This commit is contained in:
Kovid Goyal 2021-10-14 10:07:54 +05:30
parent 9c4942b190
commit 967aaad482
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -742,9 +742,7 @@ mouse_event(const int button, int modifiers, int action) {
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);
}
if (mouse_cursor_shape != old_cursor) set_mouse_cursor(mouse_cursor_shape);
}
void