From: Andy Williams Date: Fri, 1 Dec 2017 16:44:34 +0000 (+0000) Subject: Revert "elm_code: Call parent theme_apply when we're applying" X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~1436 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=756964c49368b23b1655cf5383dd3ce3fde5d18c;p=platform%2Fupstream%2Fefl.git Revert "elm_code: Call parent theme_apply when we're applying" This reverts commit 3e5e9943601fe84b7a3ebb1d4a0c9a10bb49bf27. This crashes within Edi. The partial solution is not good enough. --- diff --git a/src/lib/elementary/elm_code_widget.c b/src/lib/elementary/elm_code_widget.c index f7fa879..eb4a838 100644 --- a/src/lib/elementary/elm_code_widget.c +++ b/src/lib/elementary/elm_code_widget.c @@ -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);