From 097331864a66f76d7d44a22a8390d31b24352aba Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 20 Jan 2014 18:57:35 -0500 Subject: [PATCH] clear non-pending updates on resize this smooths out resizes a barely noticeable amount since these updates (the pending-pending updates) are no longer relevant --- src/bin/e_comp_object.c | 1 + 1 file changed, 1 insertion(+) 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 {