This commit is contained in:
Kovid Goyal 2026-03-01 16:11:21 +05:30
parent 3352b8e572
commit 9c0d7b83b1
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1195,7 +1195,7 @@ mouse_event(const int button, int modifiers, int action) {
}
return;
}
Edge window_border;
Edge window_border = 0;
w = window_for_event(&window_idx, &in_tab_bar, &window_border);
set_currently_hovered_window(w ? w->id : 0, modifiers);