diff --git a/src/lib/edje/edje_entry.c b/src/lib/edje/edje_entry.c index 52e329d755..ac7c8c7c36 100644 --- a/src/lib/edje/edje_entry.c +++ b/src/lib/edje/edje_entry.c @@ -3625,12 +3625,8 @@ _edje_entry_cursor_down(Edje_Real_Part *rp, Edje_Cursor cur) return EINA_FALSE; evas_textblock_cursor_char_geometry_get(c, &cx, &cy, &cw, &ch); if (!evas_textblock_cursor_char_coord_set(c, cx, ly + (lh / 2))) - { - /* if (cx < (lx + (lw / 2))) */ - /* evas_textblock_cursor_line_char_last(c); */ - /* else */ - evas_textblock_cursor_line_char_last(c); - } + evas_textblock_cursor_line_char_last(c); + _sel_update(en->ed, c, rp->object, rp->typedata.text->entry_data); _edje_entry_imf_cursor_info_set(en);