Makes a simple click not so accidently annoying by making it not

execute a menu action if nothing is highlighted.
This commit is contained in:
Scott Moynes 2003-06-30 23:06:50 +00:00
parent 1a3bcbddbc
commit 19df0324a6

View file

@ -1040,9 +1040,9 @@ static void event_handle_menu(Client *client, XEvent *e)
menu_control_mouseover(over, FALSE);
menu_entry_render(over);
over = NULL;
/* this hides the menu */
menu_entry_fire(entry);
}
/* this hides the menu */
menu_entry_fire(entry);
}
break;
}