never resize client clip object

This commit is contained in:
Mike Blumenkrantz 2015-03-04 17:07:39 -05:00
parent a38a34d599
commit ac7a94261a
1 changed files with 0 additions and 1 deletions

View File

@ -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;