projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wm-policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757129b
)
quickpanel: do cancel the mouse event if the gesture to show the quickpanel is detected.
26/64926/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 6 Apr 2016 08:42:33 +0000
(17:42 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 6 Apr 2016 08:42:33 +0000
(17:42 +0900)
Change-Id: If69cfd7baa098c1a5d2f0a1e723b5fad82e2e828
src/e_mod_quickpanel.c
patch
|
blob
|
history
diff --git
a/src/e_mod_quickpanel.c
b/src/e_mod_quickpanel.c
index e61ff4d62a765a904fa460f3e1242472036cc16d..8a23349b65e84e720eb2aea029dcda77bdd230c2 100644
(file)
--- a/
src/e_mod_quickpanel.c
+++ b/
src/e_mod_quickpanel.c
@@
-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);
}