edi_theme: use new method to update theme after layout change.

elm_code_widget_theme_refresh().
This commit is contained in:
Alastair Poole 2018-05-13 17:17:34 +01:00
parent f484182733
commit 085d936843
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ edi_theme_elm_code_set(Evas_Object *obj, const char *name)
continue;
elm_layout_file_set(obj, theme->path, "elm/code/layout/default");
efl_ui_widget_theme_apply(obj);
elm_code_widget_theme_refresh(obj);
}
}