Evas textblock: Updated a comment.

SVN revision: 56540
This commit is contained in:
Tom Hacohen 2011-01-30 10:45:34 +00:00
parent 620c9f1cb7
commit 00a48c01ea
1 changed files with 2 additions and 2 deletions

View File

@ -3179,8 +3179,8 @@ _layout_visualize_par(Ctxt *c)
i = eina_list_next(i);
continue;
}
/* Check if we need to wrap, i.e the text is bigger than the width
* Only calculate wrapping if the width of the object is > 0 */
/* Check if we need to wrap, i.e the text is bigger than the width */
if ((c->w >= 0) &&
((it->format->wrap_word) || (it->format->wrap_char) ||
it->format->wrap_mixed) &&