elm_interface_scrollable : Fix logic about setting EVAS_EVENT_FLAG_ON_HOLD
authorHosang Kim <hosang12.kim@samsung.com>
Wed, 3 Jun 2015 13:08:38 +0000 (22:08 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 15 Jun 2015 00:56:02 +0000 (09:56 +0900)
commit8ee96d16f1e311bbd08c992d45df83a415a36510
tree395814a1cf24e92dcc4a42cf4cf050e686c81027
parent05020bb88e9091cdf04071816197b1d1ae45c72b
elm_interface_scrollable : Fix logic about setting EVAS_EVENT_FLAG_ON_HOLD

Summary: Even if scroller is not scrolled, EVAS_EVENT_FLAG_ON_HOLD is set. So clicked event is canceled in Edje.

Test Plan:
On the button in the vertical scroller, click button and move mouse horizontal.
Mouse up on the button, so now button is not clicked

Reviewers: Hermet, CHAN, seoz, jaehwan, woohyun, SanghyeonLee

Differential Revision: https://phab.enlightenment.org/D2550
src/lib/elm_interface_scrollable.c