From 9201ac12d497ca97a036a30b8a0ca2749c70a85d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 22 Jan 2014 21:37:49 -0500 Subject: [PATCH] resize pending update tiler during size update another tiler gets merged a few lines down and clipping is bad --- src/bin/e_comp_object.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 522d7f949..efda2e1ed 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -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);