actually can just mark as changed. let layout happen later when

requested.



SVN revision: 58227
This commit is contained in:
Carsten Haitzler 2011-03-31 11:25:39 +00:00
parent b1c3fa8a88
commit cc151e55cf
1 changed files with 2 additions and 1 deletions

View File

@ -8830,7 +8830,8 @@ evas_object_textblock_scale_update(Evas_Object *obj)
o = (Evas_Object_Textblock *)(obj->object_data);
o->content_changed = 1;
_relayout(obj);
o->formatted.valid = 0;
o->changed = 1;
}
void