From 7cfaae8da9271a7bad4c73886c894a14cbf456e7 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 18 Jan 2010 16:48:27 +0100 Subject: Don't close the menu when you held control even for execute --- openbox/menuframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/menuframe.c') diff --git a/openbox/menuframe.c b/openbox/menuframe.c index b235f5eb..afffc837 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -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; } -- cgit v1.2.3