From ac7a94261a0c0d652c86ebb80bdec06871a23ded Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 4 Mar 2015 17:07:39 -0500 Subject: [PATCH] never resize client clip object --- src/bin/e_comp_object.c | 1 - 1 file changed, 1 deletion(-) 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;