diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index fea2f81b1..7832e0e71 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -2069,7 +2069,6 @@ _e_comp_smart_resize(Evas_Object *obj, int w, int h) if (!cw->effect_obj) CRI("ACK!"); first = ((cw->w < 1) || (cw->h < 1)); cw->w = w, cw->h = h; - evas_object_resize(cw->clip, cw->comp->man->w, cw->comp->man->h); if ((!cw->ec->shading) && (!cw->ec->shaded)) { int ww, hh, pw, ph;