efl: update edje text part geometry after setting the text.

SVN revision: 82615
This commit is contained in:
Cedric BAIL 2013-01-11 06:58:25 +00:00
parent 849fcc8b88
commit 23709b48e5
1 changed files with 2 additions and 0 deletions

View File

@ -396,6 +396,8 @@ _edje_text_recalc_apply(Edje *ed, Edje_Real_Part *ep,
text = _edje_text_fit_x(ed, ep, params,
text, font, size,
sw, sh, &free_text);
eo_do(ep->object,
evas_obj_size_get(NULL, &sh));
}
eina_stringshare_replace(&ep->typedata.text->cache.out_str, text);