mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
cursor.c: fix bad cherry-pick in previous commit (64f7b9d)
This commit is contained in:
parent
64f7b9dd2b
commit
a2a2e093ef
1 changed files with 2 additions and 1 deletions
|
|
@ -703,7 +703,8 @@ cursor_button(struct wl_listener *listener, void *data)
|
|||
server->menu_current = NULL;
|
||||
}
|
||||
server->input_mode = LAB_INPUT_STATE_PASSTHROUGH;
|
||||
cursor_rebase(&server->seat, event->time_msec);
|
||||
cursor_rebase(&server->seat,
|
||||
event->time_msec, false);
|
||||
close_menu = false;
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue