quickpanel: check a state of indicator out when gesture is happend on indicator object. 07/89307/2
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 23 Sep 2016 02:19:15 +0000 (11:19 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 23 Sep 2016 05:28:25 +0000 (22:28 -0700)
Change-Id: I83469dfd57f183d4d3698150cdc17e22f34a5817

src/bin/services/e_service_quickpanel.c

index 50b00aae6d87afe4e7c97528a959bd070cd5bd61..56ec050bf1b56e4d78112bb2092d63b1031a1bd3 100644 (file)
@@ -724,7 +724,8 @@ _region_obj_cb_gesture_start(void *data, Evas_Object *handler, int x, int y, uns
    if (e_object_is_del(E_OBJECT(qp->ec)))
      return;
 
-   if (_quickpanel_send_gesture_to_indicator())
+   if ((handler == qp->indi_obj) &&
+       (_quickpanel_send_gesture_to_indicator()))
      return;
 
    /* cancel touch events sended up to now */