emit geom changed signal on size changes as well as a SizeConstraint. one should one or the other but not both, i suppose.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=817989
This commit is contained in:
Aaron J. Seigo 2008-06-07 10:52:34 +00:00
parent ccadeadaa2
commit d222baf2f2

View File

@ -1143,6 +1143,7 @@ void Applet::resizeEvent(QGraphicsSceneResizeEvent *event)
}
updateConstraints(Plasma::SizeConstraint);
emit geometryChanged();
}
void Applet::showConfigurationInterface()