bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8410659bb6fb34787ea9db47fba768225b1016f6
commit 8410659bb6fb34787ea9db47fba768225b1016f6 Author: Marcel Hollerbach <[email protected]> Date: Wed Feb 28 19:42:32 2018 +0100 elm_genlist: set focus to the item when a user calls the function --- src/lib/elementary/elm_genlist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elementary/elm_genlist.c b/src/lib/elementary/elm_genlist.c index 7e978c8b2a..0c686d9e23 100644 --- a/src/lib/elementary/elm_genlist.c +++ b/src/lib/elementary/elm_genlist.c @@ -6163,6 +6163,7 @@ _elm_genlist_item_elm_widget_item_item_focus_set(Eo *eo_it, Elm_Gen_Item *it, Ei _elm_widget_highlight_in_theme_update(obj); _elm_widget_focus_highlight_start(obj); } + efl_ui_focus_manager_focus_set(it->base->widget, eo_it); } } else --
