summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-25 19:43:33 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-25 19:44:04 +0300
commit1970fa612fd54256bbd92ce83ab7e53ea82f1f3b (patch)
tree453a5861105d221856479494bc18566fe33df68c /src/gui/widgets/window.cpp
parentefb4b7ff6abee2932fd2a71e269f1d81c75618da (diff)
downloadplus-1970fa612fd54256bbd92ce83ab7e53ea82f1f3b.tar.gz
plus-1970fa612fd54256bbd92ce83ab7e53ea82f1f3b.tar.bz2
plus-1970fa612fd54256bbd92ce83ab7e53ea82f1f3b.tar.xz
plus-1970fa612fd54256bbd92ce83ab7e53ea82f1f3b.zip
Fix sticky button draw changed image.
Diffstat (limited to 'src/gui/widgets/window.cpp')
-rw-r--r--src/gui/widgets/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp
index 9c5be0936..52042f019 100644
--- a/src/gui/widgets/window.cpp
+++ b/src/gui/widgets/window.cpp
@@ -611,6 +611,7 @@ void Window::mousePressed(gcn::MouseEvent &event)
setSticky(!isSticky());
mouseResize = 0;
mMoved = 0;
+ mRedraw = true;
return;
}