From cffd523df47ca7ea1a7770d4a0bb5dadeefb62b2 Mon Sep 17 00:00:00 2001 From: Al Poole Date: Wed, 22 Nov 2017 16:02:21 +0000 Subject: [PATCH] editor: on focus dont highlight file in panel. This can cause terrible deadly recursion. Now clicking on the filepanel will select and show and clicking on the tab will select in the file browser. We lose clicking the widget directly to selection in the file browser...for now. --- src/bin/editor/edi_editor.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/editor/edi_editor.c b/src/bin/editor/edi_editor.c index e8a7d5e..31e56d8 100644 --- a/src/bin/editor/edi_editor.c +++ b/src/bin/editor/edi_editor.c @@ -1203,9 +1203,6 @@ _focused_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUS code = elm_code_widget_code_get(editor->entry); filename = elm_code_file_path_get(code->file); - - edi_filepanel_select_path(filename); - mtime = ecore_file_mod_time(filename); if ((editor->save_time) && (editor->save_time < mtime))