elm_genlist: use the correct elm_object_focus_get function

genlist does not get focus anymore, only its children are getting them.

fix T6425
This commit is contained in:
Marcel Hollerbach 2017-11-30 19:28:18 +01:00
parent 1d7833a4b2
commit 38b3ef1b8c
1 changed files with 1 additions and 1 deletions

View File

@ -6132,7 +6132,7 @@ _elm_genlist_item_elm_widget_item_focus_set(Eo *eo_it, Elm_Gen_Item *it, Eina_Bo
if (!elm_object_focus_get(obj))
elm_object_focus_set(obj, EINA_TRUE);
if (!efl_ui_focus_object_focus_get(obj))
if (!elm_object_focus_get(obj))
return;
if (eo_it != sd->focused_item)