devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ee31af90cccdfd352beb20a35e9dfec62e7678fc
commit ee31af90cccdfd352beb20a35e9dfec62e7678fc Author: Chris Michael <[email protected]> Date: Mon Jan 12 11:44:06 2015 -0500 edje: Remove dead code Summary: This removes the commented out dead code block from 9cdb8aaf9bec83a0e0879c04f66408f6326fa2b2 @fix Signed-off-by: Chris Michael <[email protected]> --- src/lib/edje/edje_entry.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/lib/edje/edje_entry.c b/src/lib/edje/edje_entry.c index 52e329d..ac7c8c7 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); --
