Evas textblock: width should remain the same no matter what's the position, removed that unwanted adjustment.

SVN revision: 51838
This commit is contained in:
Tom Hacohen 2010-09-02 12:01:23 +00:00
parent bc755aa40f
commit 8b88b84c9f
1 changed files with 0 additions and 1 deletions

View 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;