Fix #3703
This commit is contained in:
parent
199685a25b
commit
ad5d14c672
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ mouse_event(int button, int modifiers, int action) {
|
|||
handle_event(w, button, modifiers, window_idx);
|
||||
clamp_to_window = false;
|
||||
} else debug("no window for event\n");
|
||||
}
|
||||
} else debug("\n");
|
||||
if (mouse_cursor_shape != old_cursor) {
|
||||
set_mouse_cursor(mouse_cursor_shape);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue