elm sel mgr - remove event handlers when no drop targets are left

case left over that this didnt handle right and this breaks e's dnd
once a file preview popup appears.

@fix
This commit is contained in:
Carsten Haitzler 2019-08-30 18:17:38 +01:00
parent f6e2e03720
commit 41a9ce67a9
1 changed files with 1 additions and 0 deletions

View File

@ -5050,6 +5050,7 @@ _efl_ui_selection_manager_drop_target_del(Eo *obj EINA_UNUSED, Efl_Ui_Selection_
remove_handler = EINA_TRUE;
}
}
else remove_handler = EINA_TRUE;
#endif
if (remove_handler)
{