diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c index 5c2e89c8c..8c35a4560 100644 --- a/src/bin/e_dnd.c +++ b/src/bin/e_dnd.c @@ -936,6 +936,7 @@ _e_drag_end(Ecore_X_Window root, int x, int y) h->cb.drop(h->cb.data, h->active_type, &ev); dropped = 1; } + h->entered = 0; } if (_drag_current->cb.finished) _drag_current->cb.finished(_drag_current, dropped);