mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
...
This commit is contained in:
parent
720bf7efd6
commit
5f4e519d61
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ HANDLER(handle_button_event) {
|
|||
Screen *screen = w->render_data.screen;
|
||||
if (!screen) return;
|
||||
bool a, b;
|
||||
set_mouse_position(w, &a, &b);
|
||||
if (!set_mouse_position(w, &a, &b)) return;
|
||||
id_type wid = w->id;
|
||||
if (!dispatch_mouse_event(w, button, is_release ? -1 : 1, modifiers, screen->modes.mouse_tracking_mode != 0)) {
|
||||
if (screen->modes.mouse_tracking_mode != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue