diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index ffe33737a..50356569b 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1148,6 +1148,8 @@ _e_comp_intercept_resize(void *data, Evas_Object *obj, int w, int h) E_Comp_Object *cw = data; int pw = 0, ph = 0, fw, fh, iw, ih, prev_w, prev_h, x, y; + + if ((w < 1) || (h < 1)) return; /* if frame_object does not exist, client_inset indicates CSD. * this means that ec->client matches cw->w/h, the opposite * of SSD.