let the applets know about the updated ImmutableConstraint too.
ok?! CC_MAIL:aseigo@kde.org svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=780735
This commit is contained in:
parent
79fc6bfd6f
commit
241f31a32a
@ -96,8 +96,11 @@ public:
|
||||
{
|
||||
foreach (Containment *c, containments) {
|
||||
// we need to tell each containment that immutability has been altered
|
||||
// TODO: should we tell the applets too?
|
||||
c->updateConstraints(ImmutableConstraint);
|
||||
// tell the applets too
|
||||
foreach (Applet *a, c->applets()) {
|
||||
a->constraintsUpdated(ImmutableConstraint);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user