Evas textblock: Make sure scale changes causes a complete recalc.

SVN revision: 75733
This commit is contained in:
Tom Hacohen 2012-08-27 09:05:29 +00:00
parent b0a19e7d4a
commit e230b6f9a2
2 changed files with 7 additions and 0 deletions

View File

@ -985,3 +985,8 @@
* Jpeg loader: fix orientation didn't work if jpeg file format is JFIF.
Add code deal with JFIF file format.
2012-08-27 Tom Hacohen (TAsn)
* Textblock: Make sure scale changes causes a complete recalc.

View File

@ -9966,6 +9966,8 @@ evas_object_textblock_scale_update(Evas_Object *obj)
o = (Evas_Object_Textblock *)(obj->object_data);
_evas_textblock_invalidate_all(o);
_evas_textblock_changed(o, obj);
o->last_w = -1;
o->last_h = -1;
}
void