quickpanel: do cancel the mouse event if the gesture to show the quickpanel is detected. 26/64926/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 6 Apr 2016 08:42:33 +0000 (17:42 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 6 Apr 2016 08:42:33 +0000 (17:42 +0900)
Change-Id: If69cfd7baa098c1a5d2f0a1e723b5fad82e2e828

src/e_mod_quickpanel.c

index e61ff4d62a765a904fa460f3e1242472036cc16d..8a23349b65e84e720eb2aea029dcda77bdd230c2 100644 (file)
@@ -539,6 +539,8 @@ _handler_obj_cb_gesture_start(void *data, Evas_Object *handler, int x, int y, un
         evas_object_del(hd->mover);
      }
 
+   e_comp_wl_touch_cancel();
+
    hd->mover = _mover_obj_new_with_move(hd->qp, 0, y, timestamp);
    evas_object_event_callback_add(hd->mover, EVAS_CALLBACK_DEL, _handler_obj_cb_mover_obj_del, hd);
 }