KDE/kdelibs/plasma/private
Marco Martin
notmart at gmail.com
Mon Nov 24 23:27:43 CET 2008
SVN commit 888589 by mart:
initialize this value, that's why toolbox sometimes was going to left in
an unpredictable way
BUG:175796
CCMAIL:release-team at kde.org
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;
More information about the release-team
mailing list