make mouse clicks higher up in the menu select the submenu
authorDana Jansens <danakj@orodu.net>
Mon, 28 May 2007 03:48:04 +0000 (03:48 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 28 May 2007 03:48:04 +0000 (03:48 +0000)
openbox/event.c

index 1b387bd..9b3021b 100644 (file)
@@ -1682,8 +1682,11 @@ static gboolean event_handle_menu(XEvent *ev)
         {
             if ((e = menu_entry_frame_under(ev->xbutton.x_root,
                                             ev->xbutton.y_root)))
+            {
+                menu_frame_select(e->frame, e, TRUE);
                 menu_entry_frame_execute(e, ev->xbutton.state,
                                          ev->xbutton.time);
+            }
             else
                 menu_frame_hide_all();
         }