efl: force update of Evas_Object_Text clip cache when geometry change.

SVN revision: 82612
This commit is contained in:
Cedric BAIL 2013-01-11 05:27:17 +00:00
parent 451abe47f5
commit 4395e416f1
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-01-11 Cedric Bail
* Fix not up to date clip cache for Evas_Object_Text.
2013-01-09 Jiyoun Park (jypark)
* Fix evas bmp loader code which deal with image size.

1
NEWS
View File

@ -106,3 +106,4 @@ Fixes:
* Fix efreet desktop command parsing of https
* Fix eina_prefix_new() with debian multilib without magic check file.
* Fix evas bmp loader code which deal with image size.
* Fix not up to date clip cache for Evas_Object_Text.

View File

@ -2360,6 +2360,7 @@ _evas_object_text_recalc(Evas_Object *eo_obj, Eina_Unicode *text)
}
o->last_computed.w = obj->cur.geometry.w;
o->last_computed.h = obj->cur.geometry.h;
evas_object_clip_dirty(eo_obj, obj);
}
static void