]> Dogcows Code - chaz/openbox/commitdiff
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 1b387bdfb39c92e4574682eeeb5b0b5acf94561c..9b3021b40eb5105ef0eb2c50c0e1ace1e50c4c31 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();
         }
This page took 0.024604 seconds and 4 git commands to generate.