From 71b7b043a2ca6fc99a41a1e47e76f96eb7218ad9 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Sun, 29 Jun 2003 01:44:31 +0000 Subject: Handle menu events a little better: don't bother updating a submenu on mouseover if it is already open, and call update on menus, even if they aren't marked as invalid. --- openbox/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/menu.c') diff --git a/openbox/menu.c b/openbox/menu.c index 9993b350..f7eef7fb 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -436,7 +436,7 @@ void menu_control_mouseover(MenuEntry *self, gboolean enter) { != self->parent->open_submenu) menu_hide(self->parent->open_submenu); - if (self->submenu) { + if (self->submenu && self->parent->open_submenu != self->submenu) { self->parent->open_submenu = self->submenu; /* shouldn't be invalid since it must be displayed */ -- cgit v1.2.3