From 2de2678e912fdfb56fcee2f323a66bb20bdefab9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Sep 2003 07:23:56 +0000 Subject: [PATCH] dont end moveresizes for interactive actions --- openbox/keyboard.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/openbox/keyboard.c b/openbox/keyboard.c index f0614eff..b1d1d223 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -162,9 +162,6 @@ void keyboard_interactive_grab(guint state, ObClient *client, g_assert(action->data.any.interactive); - if (moveresize_in_progress) - moveresize_end(FALSE); - if (!interactive_states) { if (!grab_keyboard(TRUE)) return; -- 2.39.2