never resize client clip object

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

View File

@ -2059,7 +2059,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;