netstar pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=002ab279ddaa5dc37af3e2f1e39b03d6da5469a3

commit 002ab279ddaa5dc37af3e2f1e39b03d6da5469a3
Author: Al Poole <[email protected]>
Date:   Wed Sep 20 18:41:05 2017 +0100

    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, "");

-- 


Reply via email to