corect a problem in the last backport
svn path=/branches/KDE/4.3/kdelibs/; revision=1014448
This commit is contained in:
parent
0d117b4792
commit
b383e43bc6
@ -665,7 +665,7 @@ void AppletHandle::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
|
||||
|
||||
// If the applet doesn't have a minimum size, calculate based on a
|
||||
// minimum content area size of 16x16 (KIconLoader::SizeSmall)
|
||||
if (1||min.isEmpty()) {
|
||||
if (min.isEmpty()) {
|
||||
min = m_applet->boundingRect().size() - m_applet->contentsRect().size();
|
||||
min = QSizeF(KIconLoader::SizeSmall, KIconLoader::SizeSmall);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user