summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/tab.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-25 18:32:11 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-25 18:32:11 +0300
commit6b8cc23d56d0f46bb8b53bbfb3468adea6a7dd77 (patch)
tree7ec19ec5e70b9ada5faf41fe19ed3db1cf1e9f78 /src/gui/widgets/tabs/tab.h
parent2f8d0391e93f723bd2d5836222aebf61b3962cdf (diff)
downloadplus-6b8cc23d56d0f46bb8b53bbfb3468adea6a7dd77.tar.gz
plus-6b8cc23d56d0f46bb8b53bbfb3468adea6a7dd77.tar.bz2
plus-6b8cc23d56d0f46bb8b53bbfb3468adea6a7dd77.tar.xz
plus-6b8cc23d56d0f46bb8b53bbfb3468adea6a7dd77.zip
Add safeDraw method into tab.
Diffstat (limited to 'src/gui/widgets/tabs/tab.h')
-rw-r--r--src/gui/widgets/tabs/tab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/tab.h b/src/gui/widgets/tabs/tab.h
index 8b26ee3d4..f4644df08 100644
--- a/src/gui/widgets/tabs/tab.h
+++ b/src/gui/widgets/tabs/tab.h
@@ -111,6 +111,8 @@ class Tab notfinal : public BasicContainer,
*/
void draw(Graphics *graphics) override final;
+ void safeDraw(Graphics *graphics) override final;
+
/**
* Set the normal color for the tab's text.
*/