fix char-wrap min size calc!

SVN revision: 40522
This commit is contained in:
Carsten Haitzler 2009-05-06 12:34:54 +00:00
parent a82baa9e5f
commit b37f6643cf
1 changed files with 1 additions and 0 deletions

View File

@ -1852,6 +1852,7 @@ _layout_text_append(Ctxt *c, Evas_Object_Textblock_Format *fmt, Evas_Object_Text
c->marginl - c->marginr)))
{
wrap = _layout_text_cutoff_get(c, fmt, it);
if (wrap == 0) wrap = 1;
if (wrap > 0)
{
if (fmt->wrap_word)