diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-25 18:07:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-25 18:07:58 +0300 |
commit | 9569e469a481076bdbc330377bf8445eb32fbaa6 (patch) | |
tree | 5afe0076206954d5f1649aedc5bcd9529757be14 /src/gui/widgets/spellshortcutcontainer.h | |
parent | 0bcc82648c49db05980e879a13baba2c76264bd4 (diff) | |
download | plus-9569e469a481076bdbc330377bf8445eb32fbaa6.tar.gz plus-9569e469a481076bdbc330377bf8445eb32fbaa6.tar.bz2 plus-9569e469a481076bdbc330377bf8445eb32fbaa6.tar.xz plus-9569e469a481076bdbc330377bf8445eb32fbaa6.zip |
Add safeDraw method into shortcutcontainer childs.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.h')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.h b/src/gui/widgets/spellshortcutcontainer.h index b72a46c05..eb2dbec49 100644 --- a/src/gui/widgets/spellshortcutcontainer.h +++ b/src/gui/widgets/spellshortcutcontainer.h @@ -51,6 +51,8 @@ class SpellShortcutContainer final : public ShortcutContainer */ void draw(Graphics *graphics) override final; + void safeDraw(Graphics *graphics) override final; + /** * Handles mouse when dragged. */ |