discomfitor pushed a commit to branch enlightenment-0.19.

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

commit 35e1e2488fa90d41fc1ef6b5a4e9d7332bc0076c
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Mar 4 17:07:39 2015 -0500

    never resize client clip object
---
 src/bin/e_comp_object.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index bd5a15b..442a926 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -2059,7 +2059,6 @@ _e_comp_smart_resize(Evas_Object *obj, int w, int h)
    if (!cw->effect_obj) CRI("ACK!");
    first = ((cw->w < 1) || (cw->h < 1));
    cw->w = w, cw->h = h;
-   evas_object_resize(cw->clip, cw->comp->man->w, cw->comp->man->h);
    if ((!cw->ec->shading) && (!cw->ec->shaded))
      {
         int ww, hh, pw, ph;

-- 


Reply via email to