diff options
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r-- | src/gui/widgets/button.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index d8c5e66b8..5c63c86ce 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.h @@ -153,6 +153,8 @@ class Button final : public Widget, */ void draw(Graphics *graphics) override final; + void safeDraw(Graphics *graphics) override final; + /** * Update the alpha value to the button components. */ |