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

now i resize some windows and am in a white box of death each time...
this is really unfriendly... so downgrade to an err ad this is a
recoverable error.
This commit is contained in:
Carsten Haitzler 2017-06-21 11:31:24 +09:00
parent 655a8f3218
commit e288852393
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))
CRI("CW RSZ: %dx%d || PX: %dx%d", ww, hh, pw, ph);
ERR("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);