diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index bc802adec..d867d1951 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1938,6 +1938,7 @@ _e_comp_smart_resize(Evas_Object *obj, int w, int h) if (cw->input_obj) evas_object_geometry_set(cw->input_obj, cw->x + cw->input_rect.x, cw->y + cw->input_rect.y, cw->input_rect.w, cw->input_rect.h); cw->updates_full = 0; + if (cw->updates) eina_tiler_clear(cw->updates); } else {