After drop, we are no longer entered

SVN revision: 54382
This commit is contained in:
Sebastian Dransfeld 2010-11-09 21:14:19 +00:00
parent 139507ef51
commit 0bae6927e5
1 changed files with 1 additions and 0 deletions

View File

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