summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/event.c')
-rw-r--r--openbox/event.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/openbox/event.c b/openbox/event.c
index a0d26ab7..41f8eb16 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -1841,12 +1841,7 @@ static gboolean event_handle_menu(XEvent *ev)
(f = find_active_menu()) && f->selected == e &&
e->entry->type != OB_MENU_ENTRY_TYPE_SUBMENU)
{
- ObMenuEntryFrame *u = menu_entry_frame_under(ev->xcrossing.x_root,
- ev->xcrossing.y_root);
- /* if we're just going from one entry in the menu to the next,
- don't unselect stuff first */
- if (!u || e->frame != u->frame)
- menu_frame_select(e->frame, NULL, FALSE);
+ menu_frame_select(e->frame, NULL, FALSE);
}
break;
case MotionNotify: