prevent dnd from dropping on an infinite number of targets

SVN revision: 76764
This commit is contained in:
Mike Blumenkrantz 2012-09-17 14:35:04 +00:00
parent 523847cd2f
commit 3f9ccd5176
1 changed files with 1 additions and 0 deletions

View File

@ -998,6 +998,7 @@ _e_drag_end(Ecore_X_Window root, int x, int y)
dropped = 1; dropped = 1;
} }
h->entered = 0; h->entered = 0;
if (dropped) break;
} }
if (_drag_current->cb.finished) if (_drag_current->cb.finished)
_drag_current->cb.finished(_drag_current, dropped); _drag_current->cb.finished(_drag_current, dropped);