only try to drop into handlers which have been entered

This commit is contained in:
Mike Blumenkrantz 2013-06-12 07:40:30 +01:00
parent 6d398fa27d
commit 90e91530f8
1 changed files with 1 additions and 0 deletions

View File

@ -984,6 +984,7 @@ _e_drag_end(int x, int y)
EINA_LIST_FOREACH(_active_handlers, l, h)
{
if (!h->entered) continue;
_e_drag_coords_update(h, &dx, &dy);
ev.x = x - dx;
ev.y = y - dy;