only hide menus if theyre supposed to when executing
This commit is contained in:
parent
4ab212d0cd
commit
49d58ec9ba
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue