From 54702a6d212b17d4d5cf98af1ab0704f54e550fb Mon Sep 17 00:00:00 2001 From: MinJeong Kim Date: Tue, 27 Oct 2015 21:18:47 +0900 Subject: [PATCH] elm_cnp: finish drag even if there are NOT proper drop target Change-Id: Ia2dbd9e75ed82d1580d890d83c7bff1aad2756f3 --- src/lib/elm_cnp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c index fade3b7..f032dfb 100644 --- a/src/lib/elm_cnp.c +++ b/src/lib/elm_cnp.c @@ -3201,6 +3201,8 @@ _wl_dnd_drop(void *data EINA_UNUSED, int type EINA_UNUSED, void *event) } } + ecore_wl_dnd_drag_end(ecore_wl_input_get()); + return ECORE_CALLBACK_PASS_ON; } -- 2.7.4