From 36edca0773fa4b3aa9f16bbc2fa113f49369084f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 20 Jan 2014 17:28:16 -0500 Subject: [PATCH] remove unnecessary damage from resize --- src/bin/e_comp_object.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index da7d52a44..c504d8bd8 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1941,8 +1941,6 @@ _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; - e_comp_object_damage(obj, 0, 0, cw->w, cw->h); - } else {