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/ui.cc
parent41ec4ed68571091f2e2500344a7aeb527a91dc92 (diff)
Always draw tooltips on top of the widget stack.
Diffstat (limited to 'src/ui/ui.cc')
-rw-r--r--src/ui/ui.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/ui.cc b/src/ui/ui.cc
index fc52bbf..7fb25dd 100644
--- a/src/ui/ui.cc
+++ b/src/ui/ui.cc
@@ -298,6 +298,9 @@ void UI::frame()
// draw the widget stack
event_draw();
+
+ // draw tooltip
+ Tooltip::event_draw_global();
// draw the mouse pointer
if (visible())