From: Tom Hacohen Date: Sun, 30 Jan 2011 10:45:34 +0000 (+0000) Subject: Evas textblock: Updated a comment. X-Git-Tag: submit/devel/efl/20131022.203902~10650 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00a48c01ea55a712f5d09a8ac73f6c259394926e;p=platform%2Fupstream%2Fefl.git Evas textblock: Updated a comment. SVN revision: 56540 --- diff --git a/legacy/evas/src/lib/canvas/evas_object_textblock.c b/legacy/evas/src/lib/canvas/evas_object_textblock.c index 6afbdf6..8df29af 100644 --- a/legacy/evas/src/lib/canvas/evas_object_textblock.c +++ b/legacy/evas/src/lib/canvas/evas_object_textblock.c @@ -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) &&