mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 05:18:01 +02:00
shell: Fix bug when input panel is shown twice
Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
This commit is contained in:
parent
0c36903fb3
commit
451a97136f
1 changed files with 3 additions and 0 deletions
|
|
@ -2803,6 +2803,9 @@ show_input_panels(struct wl_listener *listener, void *data)
|
|||
struct input_panel_surface *surface, *next;
|
||||
struct weston_surface *ws;
|
||||
|
||||
if (shell->showing_input_panels)
|
||||
return;
|
||||
|
||||
shell->showing_input_panels = true;
|
||||
|
||||
if (!shell->locked)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue