resize pending update tiler during size update

another tiler gets merged a few lines down and clipping is bad
This commit is contained in:
Mike Blumenkrantz 2014-01-22 21:37:49 -05:00
parent 2943d88042
commit 9201ac12d4
1 changed files with 2 additions and 0 deletions

View File

@ -3000,6 +3000,8 @@ e_comp_object_dirty(Evas_Object *obj)
evas_object_image_data_set(cw->obj, NULL);
evas_object_image_size_set(cw->obj, w, h);
//INF("SIZE [%p]: %dx%d", cw->ec, w, h);
if (cw->pending_updates)
eina_tiler_area_size_set(cw->pending_updates, w, h);
EINA_LIST_FOREACH(cw->obj_mirror, l, o)
{
evas_object_image_pixels_dirty_set(o, dirty);