Fix #9624
This commit is contained in:
parent
8cd82698a6
commit
db5453c291
1 changed files with 1 additions and 1 deletions
|
|
@ -1261,7 +1261,7 @@ mouse_event(const int button, int modifiers, int action) {
|
|||
return;
|
||||
}
|
||||
MouseRegion r = mouse_region(true, true);
|
||||
w = r.window;
|
||||
w = r.window; window_idx = r.window_idx;
|
||||
set_currently_hovered_window(w && !r.window_border && !r.in_title_bar ? w->id : 0, modifiers);
|
||||
|
||||
if (r.in_tab_bar || global_state.tab_being_dragged.id) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue