diff options
| -rw-r--r-- | openbox/menuframe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c index 7052296e..640e860e 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -667,7 +667,8 @@ void menu_entry_frame_execute(ObMenuEntryFrame *self, gboolean hide) ObClient *client = self->frame->client; /* release grabs before executing the shit */ - menu_frame_hide_all(); + if (hide) + menu_frame_hide_all(); if (func) func(entry, data); |
