diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-04-06 11:31:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-04-06 11:31:24 +0300 |
commit | 20ad155838f202584cb261ff8a33fd458a04d83f (patch) | |
tree | 7744905ed6c10e1b46b1c59223637324ba0174be /src/gui/widgets/button.h | |
parent | cc6a796f11bdbce53b60c0992020c569f74dd9ce (diff) | |
download | plus-20ad155838f202584cb261ff8a33fd458a04d83f.tar.gz plus-20ad155838f202584cb261ff8a33fd458a04d83f.tar.bz2 plus-20ad155838f202584cb261ff8a33fd458a04d83f.tar.xz plus-20ad155838f202584cb261ff8a33fd458a04d83f.zip |
Move redraw flag from widgets into base widget.
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r-- | src/gui/widgets/button.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index 57a024195..015faf009 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.h @@ -335,7 +335,6 @@ class Button final : public Widget, int mYOffset; int mImageWidth; int mImageHeight; - bool mRedraw; bool mStick; bool mPressed; }; |