propagate immutability of a containment to the applets (not backporting, still to see if it's really correct and the only use case has a different partial fix in branch)
svn path=/trunk/KDE/kdelibs/; revision=1111042
This commit is contained in:
parent
7e27da128e
commit
8a9603eec6
@ -2179,6 +2179,7 @@ void ContainmentPrivate::containmentConstraintsEvent(Plasma::Constraints constra
|
|||||||
|
|
||||||
// tell the applets too
|
// tell the applets too
|
||||||
foreach (Applet *a, applets) {
|
foreach (Applet *a, applets) {
|
||||||
|
a->setImmutability(q->immutability());
|
||||||
a->updateConstraints(ImmutableConstraint);
|
a->updateConstraints(ImmutableConstraint);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user