Evas textblock: Updated a comment.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Jan 2011 10:45:34 +0000 (10:45 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Jan 2011 10:45:34 +0000 (10:45 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@56540 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_textblock.c

index 6afbdf6..8df29af 100644 (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) &&