Revert "elm_code: Call parent theme_apply when we're applying"
authorAndy Williams <andy@andywilliams.me>
Fri, 1 Dec 2017 16:44:34 +0000 (16:44 +0000)
committerAndy Williams <andy@andywilliams.me>
Fri, 1 Dec 2017 16:44:34 +0000 (16:44 +0000)
This reverts commit 3e5e9943601fe84b7a3ebb1d4a0c9a10bb49bf27.
This crashes within Edi. The partial solution is not good enough.

src/lib/elementary/elm_code_widget.c

index f7fa879..eb4a838 100644 (file)
@@ -2202,8 +2202,6 @@ _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);