summaryrefslogtreecommitdiff
path: root/src/gui/widgets/shortcutcontainer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-25 18:07:58 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-25 18:07:58 +0300
commit9569e469a481076bdbc330377bf8445eb32fbaa6 (patch)
tree5afe0076206954d5f1649aedc5bcd9529757be14 /src/gui/widgets/shortcutcontainer.h
parent0bcc82648c49db05980e879a13baba2c76264bd4 (diff)
downloadplus-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/shortcutcontainer.h')
-rw-r--r--src/gui/widgets/shortcutcontainer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/shortcutcontainer.h b/src/gui/widgets/shortcutcontainer.h
index 8b8f52ff6..a8dad30c9 100644
--- a/src/gui/widgets/shortcutcontainer.h
+++ b/src/gui/widgets/shortcutcontainer.h
@@ -88,6 +88,8 @@ class ShortcutContainer notfinal : public Widget,
void drawBackground(Graphics *g);
+ void safeDrawBackground(Graphics *g);
+
protected:
/**
* Constructor. Initializes the shortcut container.