SVN commit 921150 by mart:
update the available space on every containment resize.
this should fix the bug where applets aredumped all on the top left
corner
should be sure this really makes sense before backporting :)
CCMAIL:[email protected]
M +5 -0 desktop.cpp
--- trunk/KDE/kdebase/workspace/plasma/containments/desktop/desktop.cpp
#921149:921150
@@ -97,6 +97,11 @@
m_addPanelAction->setVisible(!locked);
}
+ if (constraints & Plasma::SizeConstraint) {
+ refreshWorkingArea();
+ }
+
+ //FIXME: are refres on working are change and refresh on resize mutually
exclusive?
if (constraints & Plasma::StartupCompletedConstraint) {
connect(corona(), SIGNAL(availableScreenRegionChanged()),
this, SLOT(refreshWorkingArea()));
_______________________________________________
Plasma-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/plasma-devel