diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-25 17:21:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-25 17:21:15 +0300 |
commit | e3672baa9a0d62ffcc1cb693cbb94644755b6d58 (patch) | |
tree | 797d479ab57bdb1eba5760f96c755f85372161d3 /src/gui/widgets/popup.h | |
parent | 68d07e98a4d8721b9e93a87ecd573fbc336b565b (diff) | |
download | plus-e3672baa9a0d62ffcc1cb693cbb94644755b6d58.tar.gz plus-e3672baa9a0d62ffcc1cb693cbb94644755b6d58.tar.bz2 plus-e3672baa9a0d62ffcc1cb693cbb94644755b6d58.tar.xz plus-e3672baa9a0d62ffcc1cb693cbb94644755b6d58.zip |
Add safeDraw method into popup.
Diffstat (limited to 'src/gui/widgets/popup.h')
-rw-r--r-- | src/gui/widgets/popup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h index f39a92ec0..d1dbb4829 100644 --- a/src/gui/widgets/popup.h +++ b/src/gui/widgets/popup.h @@ -78,6 +78,8 @@ class Popup notfinal : public Container, */ void draw(Graphics *graphics) override; + void safeDraw(Graphics *graphics) override; + /** * Sets the size of this popup. */ |