edje: do not emit selection,start twice when running select all

@fix
This commit is contained in:
Mike Blumenkrantz 2016-03-17 14:14:32 -04:00
parent 0ac87d6a91
commit 08d72bf85f
1 changed files with 1 additions and 1 deletions

View File

@ -3023,7 +3023,7 @@ _edje_entry_select_all(Edje_Real_Part *rp)
_sel_clear(en->ed, en->cursor, rp->object, en);
_curs_start(en->cursor, rp->object, en);
_sel_enable(en->ed, en->cursor, rp->object, en);
_edje_entry_imf_context_reset(en->rp);
_sel_start(en->cursor, rp->object, en);
_curs_end(en->cursor, rp->object, en);
_sel_extend(en->ed, en->cursor, rp->object, en);