Evas textblock: width should remain the same no matter what's the position, removed...
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 2 Sep 2010 12:01:23 +0000 (12:01 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 2 Sep 2010 12:01:23 +0000 (12:01 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@51838 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_textblock.c

index c9b7e9d..5c5a75a 100644 (file)
@@ -6570,7 +6570,6 @@ evas_textblock_cursor_char_geometry_get(const Evas_Textblock_Cursor *cur, Evas_C
        x += ln->x + it->x - it->inset;
        if (x < ln->x)
          {
-            w -= (ln->x - x);
             x = ln->x;
          }
        y = ln->y;