projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91713c0
)
genlist: checking ON_SCROLL when mouse down to prevent wrong item highlight
author
SangHyeon Lee
<sh10233.lee@samsung.com>
Fri, 23 Dec 2016 07:15:52 +0000
(16:15 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:12 +0000
(14:37 +0900)
Change-Id: I746b1691feca6b6f8cc8f318c683f5ffff82c7c5
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
src/mobile_lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/mobile_lib/elm_genlist.c
b/src/mobile_lib/elm_genlist.c
index 9ba5972a2162a80691fdd14f277efd13f8d7897b..4ae01a1fe768f5d8b3cb1a245ae52daf48d3d065 100644
(file)
--- a/
src/mobile_lib/elm_genlist.c
+++ b/
src/mobile_lib/elm_genlist.c
@@
-4554,8
+4554,7
@@
_item_mouse_down_cb(void *data,
Elm_Genlist_Data *sd = GL_IT(it)->wsd;
Evas_Coord x, y;
- // FIXME: To prevent duplicated callback call
- //if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return;
+ if (ev->event_flags & EVAS_EVENT_FLAG_ON_SCROLL) return;
if (ev->button != 1) return;
// mouse down is activate only one finger