discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9201ac12d497ca97a036a30b8a0ca2749c70a85d

commit 9201ac12d497ca97a036a30b8a0ca2749c70a85d
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Wed Jan 22 21:37:49 2014 -0500

    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 522d7f9..efda2e1 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);

-- 


Reply via email to