elm_cnp: finish drag even if there are NOT proper drop target 92/50292/1 accepted/tizen/mobile/20151030.062807 accepted/tizen/tv/20151030.062819 accepted/tizen/wearable/20151030.062835 submit/tizen/20151029.012747 submit/tizen/20151030.005606
authorMinJeong Kim <minjjj.kim@samsung.com>
Tue, 27 Oct 2015 12:18:47 +0000 (21:18 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Tue, 27 Oct 2015 12:18:52 +0000 (21:18 +0900)
Change-Id: Ia2dbd9e75ed82d1580d890d83c7bff1aad2756f3

src/lib/elm_cnp.c

index fade3b7..f032dfb 100644 (file)
@@ -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;
 }