From 15e8242f4b11538e552d71437010a215887ea757 Mon Sep 17 00:00:00 2001 From: Sung-Jin Park Date: Mon, 5 Dec 2016 16:35:51 +0900 Subject: [PATCH] e_comp_wl : fix not to deal with mouse up if there is a mouse action for the given ec Change-Id: Ic4711639e233dc60c78780e97a93c99f49ae9579 Signed-off-by: Sung-Jin Park --- src/bin/e_comp_wl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 7c4f8a4..472edd7 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -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) -- 2.7.4