patch from sehwan@samsung.com for small issues in evas/edje

SVN revision: 45056
This commit is contained in:
Carsten Haitzler 2010-01-12 01:50:00 +00:00
parent 42f1294b17
commit 85bef8469a
1 changed files with 3 additions and 2 deletions

View File

@ -901,6 +901,7 @@ _backspace(Evas_Textblock_Cursor *c, Evas_Object *o, Entry *en)
c1 = evas_object_textblock_cursor_new(o); c1 = evas_object_textblock_cursor_new(o);
if (!evas_textblock_cursor_char_prev(c)) if (!evas_textblock_cursor_char_prev(c))
{ {
evas_textblock_cursor_node_prev(c);
if (!evas_textblock_cursor_node_prev(c)) if (!evas_textblock_cursor_node_prev(c))
nodel = 1; nodel = 1;
else else
@ -2195,8 +2196,8 @@ _edje_entry_imf_event_changed_cb(void *data, int type __UNUSED__, void *event)
en->have_composition = EINA_TRUE; en->have_composition = EINA_TRUE;
evas_textblock_cursor_text_prepend(en->cursor, preedit_string); evas_object_textblock_text_markup_prepend (en->cursor, preedit_string);
_sel_extend(en->cursor, rp->object, en); _sel_extend(en->cursor, rp->object, en);
_curs_update_from_curs(en->cursor, rp->object, en); _curs_update_from_curs(en->cursor, rp->object, en);