edje_text.c: proper formatting.

inspired by Daniel Willmann's commit b6aaef651b
This commit is contained in:
Daniel Juyung Seo 2013-07-02 13:27:51 +09:00
parent 67cccea61b
commit e3e35bfcaf
1 changed files with 235 additions and 235 deletions

View File

@ -409,7 +409,7 @@ _edje_text_recalc_apply(Edje *ed, Edje_Real_Part *ep,
ep->typedata.text->cache.elipsis = params->type.text.elipsis;
ep->typedata.text->cache.fit_x = chosen_desc->text.fit_x;
ep->typedata.text->cache.fit_y = chosen_desc->text.fit_y;
arrange_text:
arrange_text:
if (inlined_font) evas_object_text_font_source_set(ep->object, ed->path);
else evas_object_text_font_source_set(ep->object, NULL);