raster pushed a commit to branch master.

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

commit 3e3b48478b1fc6fa69b2865899ef63b0a5a2e4af
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Jun 22 08:35:50 2017 +0900

    Revert "e comp object - stop being cricical where pixmap and win size dont 
match"
    
    This reverts commit e288852393d27cadd58f0862758d21bbe6cf24ab.
    
    Mike likes e to crash. :)
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index c81fad531..c02069b28 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -2550,7 +2550,7 @@ _e_comp_smart_resize(Evas_Object *obj, int w, int h)
                   //evas_object_size_hint_min_set(cw->obj, pw, ph);
                //}
              if ((ww != pw) || (hh != ph))
-               ERR("CW RSZ: %dx%d || PX: %dx%d", ww, hh, pw, ph);
+               CRI("CW RSZ: %dx%d || PX: %dx%d", ww, hh, pw, ph);
           }
         evas_object_resize(cw->effect_obj, w, h);
         if (cw->zoomobj) e_zoomap_child_resize(cw->zoomobj, pw, ph);

-- 


Reply via email to