Revert "elm_code: Call parent theme_apply when we're applying"

This reverts commit 3e5e994360.
This crashes within Edi. The partial solution is not good enough.
This commit is contained in:
Andy Williams 2017-12-01 16:44:34 +00:00
parent ad9e36d750
commit 756964c493
1 changed files with 0 additions and 2 deletions

View 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);