From c1ce0ecd3458e1939b4e6c9947684378078a724f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 18 Jul 2020 17:39:47 +0200 Subject: Always draw tooltips on top of the widget stack. --- src/ui/ui.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/ui.cc') 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()) -- cgit v1.2.3