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:
parent
b393cd00b4
commit
cc626be7e0
@ -424,6 +424,7 @@ void Containment::setFormFactor(FormFactor formFactor)
|
||||
}
|
||||
|
||||
foreach (Applet* applet, d->applets) {
|
||||
d->layout->addItem(applet);
|
||||
applet->updateConstraints();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user