]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
Don't close the menu when you held control even for execute
[chaz/openbox] / openbox / menuframe.c
index b235f5eb459d93c5bef80d4d5a53abc22cb99215..afffc837cd836a2e1fb668c326c1913b315f3dca 100644 (file)
@@ -1266,7 +1266,7 @@ void menu_entry_frame_execute(ObMenuEntryFrame *self, guint state)
 
         /* release grabs before executing the shit */
         if (!(state & ControlMask)) {
-            menu_frame_hide_all();
+            event_cancel_all_key_grabs();
             frame = NULL;
         }
 
This page took 0.019964 seconds and 4 git commands to generate.