diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-25 19:43:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-25 19:44:04 +0300 |
commit | 1970fa612fd54256bbd92ce83ab7e53ea82f1f3b (patch) | |
tree | 453a5861105d221856479494bc18566fe33df68c | |
parent | efb4b7ff6abee2932fd2a71e269f1d81c75618da (diff) | |
download | plus-1970fa612fd54256bbd92ce83ab7e53ea82f1f3b.tar.gz plus-1970fa612fd54256bbd92ce83ab7e53ea82f1f3b.tar.bz2 plus-1970fa612fd54256bbd92ce83ab7e53ea82f1f3b.tar.xz plus-1970fa612fd54256bbd92ce83ab7e53ea82f1f3b.zip |
Fix sticky button draw changed image.
-rw-r--r-- | src/gui/widgets/window.cpp | 1 |
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; } |