diff options
Diffstat (limited to 'openbox/actions.c')
| -rw-r--r-- | openbox/actions.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/actions.c b/openbox/actions.c index 0f375267..3f1c34cc 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -293,6 +293,11 @@ static gboolean actions_interactive_begin_act(ObActionsAct *act, guint state) actions_act_ref(interactive_act); interactive_initial_state = state; + + /* if using focus_delay, stop the timer now so that focus doesn't go + moving on us, which would kill the action */ + event_halt_focus_delay(); + return TRUE; } else |
