try to avoid a race when moving cursor out

This commit is contained in:
Boris Faure 2013-10-20 01:22:17 +02:00
parent 5bf1dd9ca2
commit e45fec3127
1 changed files with 3 additions and 0 deletions

View File

@ -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