ecore_imf_example: notify the cursor information in focus-in handler

This commit is contained in:
Jihoon Kim 2013-10-11 10:23:19 +09:00
parent 1389dde258
commit 666e2f66eb
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ _entry_focus_in_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
if (en->imf_context)
ecore_imf_context_focus_in(en->imf_context);
// notify the cursor information
_imf_cursor_info_set(en);
}
static void