From e45fec3127bca908e36970a6d17c9701c79a45fd Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 20 Oct 2013 01:22:17 +0200 Subject: [PATCH] try to avoid a race when moving cursor out --- src/bin/termio.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/termio.c b/src/bin/termio.c index a8989e23..acecdc13 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -3199,6 +3199,9 @@ _smart_cb_mouse_out(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, sd->mouse.cy = cy; } _remove_links(sd, obj); + + if (sd->mouseover_delay) ecore_timer_del(sd->mouseover_delay); + sd->mouseover_delay = NULL; } static void