From 002ab279ddaa5dc37af3e2f1e39b03d6da5469a3 Mon Sep 17 00:00:00 2001 From: Al Poole Date: Wed, 20 Sep 2017 18:41:05 +0100 Subject: [PATCH] filepanel: do allow focus, else this causes problems. --- src/bin/edi_filepanel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/edi_filepanel.c b/src/bin/edi_filepanel.c index 982275a..7f78a16 100644 --- a/src/bin/edi_filepanel.c +++ b/src/bin/edi_filepanel.c @@ -1069,7 +1069,6 @@ 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, "");