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:
33d7dbc
)
elm_index: skip level check when only 0 level is active
17/116417/1
author
Sungtaek Hong
<sth253.hong@samsung.com>
Wed, 15 Feb 2017 04:00:46 +0000
(13:00 +0900)
committer
kim hosang
<hosang12.kim@samsung.com>
Fri, 24 Feb 2017 08:02:00 +0000
(
00:02
-0800)
- In mouse move callback, index tries to calculate current level.
- This is not needed when level 1 is not active. and blocks index item
change.
origin: upstream(
8ac66d9dc09e911fe3dfe0eafca2121fb2c74a15
)
Change-Id: I760cc2ea62edb5e197a9210625299e108ac042fb
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
(cherry picked from commit
d6348ae1ddbdb7fb905bf1384afe608a01c4a9af
)
src/lib/elm_index.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_index.c
b/src/lib/elm_index.c
index 2347ce53d72c92b50cb9b4daa556bf43b9c2661b..12022564cbedc44b1fbcd44e95c3ceee80790bcd 100644
(file)
--- a/
src/lib/elm_index.c
+++ b/
src/lib/elm_index.c
@@
-965,7
+965,7
@@
_on_mouse_move(void *data,
(wd->resize_obj, "elm.dragable.pointer",
(!edje_object_mirrored_get(wd->resize_obj)) ?
x : (x - w), y);
- if (
!sd->horizontal
)
+ if (
(!sd->horizontal) && (sd->event_rect[1])
)
{
if (adx > minw)
{