fix shading animations

yeeeep it's that simple. should probably move these to edje at some point
This commit is contained in:
Mike Blumenkrantz 2014-01-20 17:27:31 -05:00
parent 52bb6e38e3
commit d0713cddb4
1 changed files with 0 additions and 2 deletions

View File

@ -1946,9 +1946,7 @@ _e_comp_smart_resize(Evas_Object *obj, int w, int h)
}
else
{
e_comp_object_frame_wh_adjust(obj, cw->ec->client.w, cw->ec->client.h, &w, &h);
evas_object_resize(cw->effect_obj, w, h);
if (cw->zoomobj) e_zoomap_child_resize(cw->zoomobj, cw->ec->client.w, cw->ec->client.h);
}
e_comp_shape_queue(cw->comp);
}