edi_filepanel: make the filepanel unfocusable.

This commit is contained in:
Al Poole 2017-11-20 20:55:43 +00:00
parent 798b4c2a2f
commit 905a0ea990
1 changed files with 1 additions and 0 deletions

View File

@ -1100,6 +1100,7 @@ edi_filepanel_add(Evas_Object *parent, Evas_Object *win,
elm_object_part_content_set(cancel, "icon", icon);
_list = list = elm_genlist_add(parent);
elm_object_focus_allow_set(list, EINA_FALSE);
elm_genlist_homogeneous_set(list, EINA_TRUE);
elm_genlist_select_mode_set(list, ELM_OBJECT_SELECT_MODE_ALWAYS);
elm_genlist_filter_set(list, "");