SVN commit 888589 by mart:

initialize this value, that's why toolbox sometimes was going to left in
an unpredictable way
BUG:175796
CCMAIL:[email protected]


 M  +2 -1      toolbox.cpp  


--- trunk/KDE/kdelibs/plasma/private/toolbox.cpp #888588:888589
@@ -49,7 +49,8 @@
         hidden(false),
         showing(false),
         movable(false),
-        dragging(false)
+        dragging(false),
+        userMoved(false)
     {}
 
     Containment *containment;
_______________________________________________
release-team mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/release-team

Reply via email to