summaryrefslogtreecommitdiff
path: root/src/gui/widgets/slider.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-25 17:31:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-25 17:31:08 +0300
commit9a57dd887539cab680cbcc2c8e7a2f18d5aa3c04 (patch)
tree0681105383fa9929db00094e865caaf3f0af0d5e /src/gui/widgets/slider.h
parente3672baa9a0d62ffcc1cb693cbb94644755b6d58 (diff)
downloadplus-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.h2
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.
*/