diff options
Diffstat (limited to 'plugingui/tooltip.cc')
-rw-r--r-- | plugingui/tooltip.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugingui/tooltip.cc b/plugingui/tooltip.cc index 4b1998a..499ab14 100644 --- a/plugingui/tooltip.cc +++ b/plugingui/tooltip.cc @@ -179,6 +179,10 @@ void Tooltip::show() move(x, y); Widget::show(); + + // TODO: This should be handled differently + // Hack to notify the window that the mouse is now inside the tooltip. + window()->setMouseFocus(this); } } // GUI:: |