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
This commit is contained in:
Jyotiprakash Sahoo 2015-08-11 22:08:21 +09:00 committed by SangHyeon Lee
parent a905e7a33b
commit 078185b2cb
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{