discomfitor pushed a commit to branch master.

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

commit d0713cddb4dbb2443791ed0338cd600768edfc27
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Mon Jan 20 17:27:31 2014 -0500

    fix shading animations
    
    yeeeep it's that simple. should probably move these to edje at some point
---
 src/bin/e_comp_object.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index be84bc3..da7d52a 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -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);
 }

-- 


Reply via email to