evas: force complete items rebuild on evas_object_font_font_set.

This commit is contained in:
Cedric Bail 2013-11-04 15:28:16 +09:00
parent c179335b1f
commit 2d54ae83bf
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@ _text_font_set(Eo *eo_obj, void *_pd, va_list *list)
o->max_ascent = 0;
o->max_descent = 0;
}
_evas_object_text_items_clear(o);
_evas_object_text_recalc(eo_obj, o->cur.text);
o->changed = 1;
evas_object_change(eo_obj, obj);