interactive actions cancel other interactive actions
This commit is contained in:
parent
d00096dedb
commit
d59f0d67b0
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ gboolean keyboard_interactive_grab(guint state, ObClient *client,
|
||||||
if (!grab_keyboard(TRUE))
|
if (!grab_keyboard(TRUE))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
} else if (action->func != istate.action->func) {
|
} else if (action->func != istate.action->func) {
|
||||||
keyboard_interactive_end(state, FALSE, action->data.any.time, FALSE);
|
keyboard_interactive_end(state, TRUE, action->data.any.time, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
istate.active = TRUE;
|
istate.active = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue