elm_code: Call parent theme_apply when we're applying
authorAndy Williams <andy@andywilliams.me>
Thu, 30 Nov 2017 17:36:30 +0000 (17:36 +0000)
committerAndy Williams <andy@andywilliams.me>
Thu, 30 Nov 2017 17:36:30 +0000 (17:36 +0000)
src/lib/elementary/elm_code_widget.c

index eb4a838..f7fa879 100644 (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);