ami pushed a commit to branch elementary-1.15.

http://git.enlightenment.org/core/elementary.git/commit/?id=076885a247481d3e79bcfb9d1594ec16d65d8696

commit 076885a247481d3e79bcfb9d1594ec16d65d8696
Author: Jyotiprakash Sahoo <jp.sa...@samsung.com>
Date:   Tue Aug 11 22:08:21 2015 +0900

    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.sa...@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
---
 src/lib/elm_gengrid.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c
index 010c099..64ac254 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)
                {

-- 


Reply via email to