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
This commit is contained in:
Mykyta Biliavskyi 2015-09-14 15:34:41 +00:00
parent 1955c96144
commit 78392731d4
1 changed files with 0 additions and 2 deletions

View File

@ -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);