Просмотр исходного кода

Merge pull request #77933 from KoBeWi/do_not_the_tooltip

Cancel tooltip when mouse leaves viewport
Rémi Verschelde 2 лет назад
Родитель
Сommit
bd9b24d391
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      scene/main/viewport.cpp

+ 1 - 0
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.