From 807431c49a6b33ecc88f8d4ebcb3b2f359591b1c Mon Sep 17 00:00:00 2001 From: kobewi Date: Wed, 7 Jun 2023 00:56:36 +0200 Subject: [PATCH] Cancel tooltip when mouse leaves viewport --- scene/main/viewport.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scene/main/viewport.cpp b/scene/main/viewport.cpp index ab3cd694928..d4496af4777 100644 --- a/scene/main/viewport.cpp +++ b/scene/main/viewport.cpp @@ -611,6 +611,7 @@ void Viewport::_notification(int p_what) { gui.mouse_in_viewport = false; _drop_physics_mouseover(); _drop_mouse_over(); + _gui_cancel_tooltip(); // When the mouse exits the viewport, we want to end mouse_over, but // not mouse_focus, because, for example, we want to continue // dragging a scrollbar even if the mouse has left the viewport.