mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 14:48:05 +02:00
window: don't execute the selected menu item when getting popup_done
This commit is contained in:
parent
e14560e381
commit
319b91b97a
1 changed files with 0 additions and 1 deletions
|
|
@ -3312,7 +3312,6 @@ handle_popup_done(void *data, struct wl_shell_surface *shell_surface)
|
|||
* be a window vfunc that the menu can set. And we need the
|
||||
* time. */
|
||||
|
||||
menu->func(window->parent, menu->current, window->parent->user_data);
|
||||
input_ungrab(menu->input);
|
||||
menu_destroy(menu);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue