e_comp_wl : fix not to deal with mouse up if there is a mouse action for the given ec 45/102245/2
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 5 Dec 2016 07:35:51 +0000 (16:35 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 5 Dec 2016 10:54:10 +0000 (02:54 -0800)
Change-Id: Ic4711639e233dc60c78780e97a93c99f49ae9579
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/bin/e_comp_wl.c

index 7c4f8a4..472edd7 100644 (file)
@@ -1351,6 +1351,7 @@ _e_comp_wl_evas_cb_mouse_up(void *data, Evas *evas, Evas_Object *obj EINA_UNUSED
    Evas_Event_Flags flags;
 
    if (!ec) return;
+   if (ec->cur_mouse_action) return;
    if (e_object_is_del(E_OBJECT(ec))) return;
 
    if (!need_send_released)