Evas textblock: Fixed a major slowdown caused by a missing content_changed = 0.

SVN revision: 56498
This commit is contained in:
Tom Hacohen 2011-01-30 10:41:06 +00:00
parent 3d24e2daad
commit f8656202f2
1 changed files with 1 additions and 0 deletions

View File

@ -8176,6 +8176,7 @@ evas_object_textblock_render_pre(Evas_Object *obj)
o->redraw = 0;
evas_object_render_pre_prev_cur_add(&obj->layer->evas->clip_changes, obj);
o->changed = 0;
o->content_changed = 0;
is_v = evas_object_is_visible(obj);
was_v = evas_object_was_visible(obj);
goto done;