elm_code: Call parent theme_apply when we're applying

This commit is contained in:
Andy Williams 2017-11-30 17:36:30 +00:00
parent a538f47854
commit 3e5e994360
1 changed files with 2 additions and 0 deletions

View File

@ -2202,6 +2202,8 @@ _elm_code_widget_elm_widget_theme_apply(Eo *obj, Elm_Code_Widget_Data *pd)
unsigned int i;
Evas_Object *grid, *background;
efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS));
edje = elm_layout_edje_get(obj);
edje_object_color_class_get(edje, "elm/code/status/default", &r, &g, &b, &a,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);