Revert "editor: on focus dont highlight file in panel."

This reverts commit cffd523df4.
This commit is contained in:
Al Poole 2017-11-22 16:27:30 +00:00
parent cffd523df4
commit f3dcf4b1f1
1 changed files with 3 additions and 0 deletions

View File

@ -1203,6 +1203,9 @@ _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))