summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJyotiprakash Sahoo <jp.sahoo@samsung.com>2015-08-11 22:08:21 +0900
committerSangHyeon Lee <sh10233.lee@samsung.com>2015-08-11 22:10:09 +0900
commit4d553d2bcf2157053433994ca3facb56bd670da9 (patch)
treeabf3c2d9758e179f068f1c69b7663d205176c61c
parent71bff55b619ec7dfaaf973a091738a2b6a526649 (diff)
downloadelementary-4d553d2bcf2157053433994ca3facb56bd670da9.tar.gz
gengrid: extends D2418 to horizontal mode.
Summary: do not return yet in case of edge items if looping is disabled. try to select/focus last item. Signed-off-by: Jyotiprakash Sahoo <jp.sahoo@samsung.com> @fix Test Plan: elementary_test -> Gengrid 2 Reviewers: raster, singh.amitesh, cedric, SanghyeonLee Reviewed By: SanghyeonLee Differential Revision: https://phab.enlightenment.org/D2865
-rw-r--r--src/lib/elm_gengrid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c
index 74e99e7a7..5cbda41f8 100644
--- a/src/lib/elm_gengrid.c
+++ b/src/lib/elm_gengrid.c
@@ -3157,7 +3157,6 @@ _key_action_move(Evas_Object *obj, const char *params)
if (_item_horizontal_loop(obj, ELM_FOCUS_UP))
return EINA_TRUE;
}
- return EINA_FALSE;
}
if (!_elm_config->item_select_on_focus_disable)
{