all repos — openbox @ 19df0324a6f9083e6a8b3fd70a5ce14627bd4f6d

openbox fork - make it a bit more like ryudo

Makes a simple click not so accidently annoying by making it not
execute a menu action if nothing is highlighted.
Scott Moynes smoynes@nexus.carleton.ca
commit

19df0324a6f9083e6a8b3fd70a5ce14627bd4f6d

parent

1a3bcbddbc9a7952415cf6f88f1cab3582a86ca1

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -1040,9 +1040,9 @@ else

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; }