]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
button presses which run actions during interactive actions will cancel the action.
[chaz/openbox] / openbox / keyboard.c
index f6fe64e6018927bf27a7010032ea20bde9b63fb6..d8f35bccbcca5339ba8ca48e492216d1c7dae4b8 100644 (file)
@@ -249,7 +249,7 @@ gboolean keyboard_process_interactive_grab(const XEvent *e, ObClient **client)
                   handled = TRUE;
               }
         } else if (e->type == ButtonPress) {
-            cancel = FALSE;
+            cancel = TRUE;
             done = TRUE;
             handled = FALSE;
         }
This page took 0.024286 seconds and 4 git commands to generate.