Edje: Fixed going to the start of the line.

SVN revision: 50989
This commit is contained in:
Tom Hacohen 2010-08-11 09:40:21 +00:00
parent 62b8c6e43d
commit 3f26549b17
1 changed files with 1 additions and 1 deletions

View File

@ -2374,7 +2374,7 @@ _edje_entry_cursor_line_begin(Edje_Real_Part *rp, Edje_Cursor cur)
Entry *en = rp->entry_data;
Evas_Textblock_Cursor *c = _cursor_get(rp, cur);
if (!c) return;
evas_textblock_cursor_line_char_last(c);
evas_textblock_cursor_line_char_first(c);
_curs_update_from_curs(c, rp->object, rp->entry_data);
_sel_update(c, rp->object, rp->entry_data);