diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-25 17:31:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-25 17:31:08 +0300 |
commit | 9a57dd887539cab680cbcc2c8e7a2f18d5aa3c04 (patch) | |
tree | 0681105383fa9929db00094e865caaf3f0af0d5e /src/gui/widgets/slider.h | |
parent | e3672baa9a0d62ffcc1cb693cbb94644755b6d58 (diff) | |
download | plus-9a57dd887539cab680cbcc2c8e7a2f18d5aa3c04.tar.gz plus-9a57dd887539cab680cbcc2c8e7a2f18d5aa3c04.tar.bz2 plus-9a57dd887539cab680cbcc2c8e7a2f18d5aa3c04.tar.xz plus-9a57dd887539cab680cbcc2c8e7a2f18d5aa3c04.zip |
Add safeDraw method into slider.
Diffstat (limited to 'src/gui/widgets/slider.h')
-rw-r--r-- | src/gui/widgets/slider.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/slider.h b/src/gui/widgets/slider.h index ec4144ff9..d31c9e9fc 100644 --- a/src/gui/widgets/slider.h +++ b/src/gui/widgets/slider.h @@ -127,6 +127,8 @@ class Slider final : public Widget, */ void draw(Graphics *graphics) override final; + void safeDraw(Graphics *graphics) override final; + /** * Called when the mouse enteres the widget area. */ |