Make sure we actually add the applets to the new layout when

it changes


svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=718004
This commit is contained in:
Alex Merry 2007-09-27 21:50:44 +00:00
parent b393cd00b4
commit cc626be7e0

View File

@ -424,6 +424,7 @@ void Containment::setFormFactor(FormFactor formFactor)
}
foreach (Applet* applet, d->applets) {
d->layout->addItem(applet);
applet->updateConstraints();
}
}