Revert "e comp object - stop being cricical where pixmap and win size dont match"

This reverts commit e288852393.

Mike likes e to crash. :)
This commit is contained in:
Carsten Haitzler 2017-06-22 08:35:50 +09:00
parent e288852393
commit 3e3b48478b
1 changed files with 1 additions and 1 deletions

View File

@ -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);