remove unnecessary damage from resize

This commit is contained in:
Mike Blumenkrantz 2014-01-20 17:28:16 -05:00
parent d0713cddb4
commit 36edca0773
1 changed files with 0 additions and 2 deletions

View File

@ -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
{