Evas textblock: Fixed evas_textblock_cursor_eol_get.

SVN revision: 61207
This commit is contained in:
Tom Hacohen 2011-07-10 13:22:42 +00:00
parent 9fe4504574
commit 0aab125684
1 changed files with 1 additions and 0 deletions

View File

@ -8151,6 +8151,7 @@ evas_textblock_cursor_eol_get(const Evas_Textblock_Cursor *cur)
Evas_Textblock_Cursor cur2;
if (!cur) return EINA_FALSE;
cur2.obj = cur->obj;
evas_textblock_cursor_copy(cur, &cur2);
evas_textblock_cursor_line_char_last(&cur2);
if (cur2.pos == cur->pos)