nikawhite pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=78392731d433d676d6abe1a9442a6539de78d32b

commit 78392731d433d676d6abe1a9442a6539de78d32b
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Mon Sep 14 15:34:41 2015 +0000

    Edc_editor: after insert candidate, move cursor to end of attribute,
    
    Summary:
    This is correct behaviour for cursor placement
    after inserting candidate into edc code. Previously
    cursor was placed before ':'.
    
    Reviewers: Hermet
    
    Differential Revision: https://phab.enlightenment.org/D3044
---
 src/lib/edc_editor.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/edc_editor.c b/src/lib/edc_editor.c
index a6beb09..767924d 100644
--- a/src/lib/edc_editor.c
+++ b/src/lib/edc_editor.c
@@ -367,8 +367,6 @@ ctxpopup_candidate_changed_cb(void *data, Evas_Object *obj, 
void *event_info)
    elm_entry_entry_insert(ed->en_edit, text);
    elm_entry_calc_force(ed->en_edit);
 
-   elm_entry_cursor_pos_set(ed->en_edit, cur_pos);
-
    edit_changed_set(ed, EINA_TRUE);
    evas_object_smart_callback_call(ed->enventor, SIG_CTXPOPUP_CHANGED,
                                    (void *)text);

-- 


Reply via email to