Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2020-07-18 17:39:47 +0200
committerStijn Buys <ingar@telenet.be>2020-07-18 17:39:47 +0200
commitc1ce0ecd3458e1939b4e6c9947684378078a724f (patch)
treebc08b8f4f2c4765ab4606ceda9cee45923a1918a /src/ui/widget.h
parent41ec4ed68571091f2e2500344a7aeb527a91dc92 (diff)
Always draw tooltips on top of the widget stack.
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r--src/ui/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget.h b/src/ui/widget.h
index e1f199d..c3d952c 100644
--- a/src/ui/widget.h
+++ b/src/ui/widget.h
@@ -275,7 +275,7 @@ public:
* @brief calls the draw event handler and sends the event to all child widgets
* @see draw
**/
- void event_draw();
+ virtual void event_draw();
/**
* @brief calls the key event handlers and sends unhandled keys to the parent widget