From 085d9368436fa2a4d0780bfd40f120bc945aa513 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Sun, 13 May 2018 17:17:34 +0100 Subject: [PATCH] edi_theme: use new method to update theme after layout change. elm_code_widget_theme_refresh(). --- src/bin/edi_theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edi_theme.c b/src/bin/edi_theme.c index b6cb42f..6bc3d05 100644 --- a/src/bin/edi_theme.c +++ b/src/bin/edi_theme.c @@ -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); } }