diff --git a/ChangeLog b/ChangeLog index aa8e120722..74e3bffc13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/NEWS b/NEWS index ba2db5d713..1a5b28706e 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/src/lib/evas/canvas/evas_object_text.c b/src/lib/evas/canvas/evas_object_text.c index e6ece4b9b7..7e58ef3a12 100644 --- a/src/lib/evas/canvas/evas_object_text.c +++ b/src/lib/evas/canvas/evas_object_text.c @@ -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