Skip to content

Commit

Permalink
Fix Inspector tooltips are blinking
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilderin committed Dec 3, 2024
1 parent 47bc374 commit a80eb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/windows/display_server_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4815,7 +4815,7 @@ LRESULT DisplayServerWindows::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA
}

DisplayServer::WindowID receiving_window_id = window_id;
if (mouse_mode == MOUSE_MODE_CAPTURED || mouse_mode == MOUSE_MODE_CONFINED || mouse_mode == MOUSE_MODE_CONFINED_HIDDEN) {
if (!windows[window_id].no_focus) {
receiving_window_id = _get_focused_window_or_popup();
if (receiving_window_id == INVALID_WINDOW_ID) {
receiving_window_id = window_id;
Expand Down

0 comments on commit a80eb8c

Please sign in to comment.