discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=2e9c1e383d331ff46cfd6b468438c4c4dd13bda3

commit 2e9c1e383d331ff46cfd6b468438c4c4dd13bda3
Author: Mike Blumenkrantz <[email protected]>
Date:   Sat Jan 18 15:19:42 2014 -0500

    don't add/reset ibar menu hide timer when menu is active
    
    T815
---
 src/modules/ibar/e_mod_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c
index 3f36775..7255b80 100644
--- a/src/modules/ibar/e_mod_main.c
+++ b/src/modules/ibar/e_mod_main.c
@@ -1153,6 +1153,7 @@ _ibar_icon_menu_mouse_out(void *data, Evas *e 
EINA_UNUSED, Evas_Object *obj EINA
 {
    IBar_Icon *ic = data;
 
+   if (e_menu_grab_window_get()) return;
    if (ic->hide_timer)
      ecore_timer_reset(ic->hide_timer);
    else

-- 


Reply via email to