let me click on link while some strange bug is fixed

See T441
This commit is contained in:
Boris Faure 2013-10-14 22:46:08 +02:00
parent 36ba3bf3ed
commit b10714adeb
1 changed files with 3 additions and 1 deletions

View File

@ -3182,6 +3182,7 @@ _smart_cb_mouse_out(void *data, Evas *e EINA_UNUSED, Evas_Object *obj,
sd->mouse.cx = -1; sd->mouse.cx = -1;
sd->mouse.cy = -1; sd->mouse.cy = -1;
sd->link.suspend = EINA_FALSE; sd->link.suspend = EINA_FALSE;
_remove_links(sd, obj);
} }
else else
{ {
@ -3191,7 +3192,8 @@ _smart_cb_mouse_out(void *data, Evas *e EINA_UNUSED, Evas_Object *obj,
sd->mouse.cx = cx; sd->mouse.cx = cx;
sd->mouse.cy = cy; sd->mouse.cy = cy;
} }
_remove_links(sd, obj); if ((sd->mouse.cx < 0) || (sd->mouse.cy < 0))
_remove_links(sd, obj);
} }
static void static void