edje_callbacks: fix click signal emitting even though mouse event was cancelled
authorJi-Youn Park <jy0703.park@samsung.com>
Wed, 11 May 2016 13:44:27 +0000 (22:14 +0830)
committerJi-Youn Park <jy0703.park@samsung.com>
Wed, 11 May 2016 13:44:27 +0000 (22:14 +0830)
commit27495fe6705a5e28971cffdd8e9cfcb92868a439
tree4228af3654ea10d56221b855ad6c2cdedf6f3170
parentfdf23b2dac1a79e3d33e2c76d109428375ee65ec
edje_callbacks: fix click signal emitting even though mouse event was cancelled

even though each part want to get the signal regardless of ON_HOLD,
click signal should not emmitted if event flag is set to ON_HOLD.
ON_HOLD means this event is useless, so up event with ON_HOLD flag cannot source of clicked signal.

@fix
src/lib/edje/edje_callbacks.c