edje entry: remove ecore_imf_context_reset, cursor update in mouse move event because it's useless.

SVN revision: 83317
This commit is contained in:
Jihoon Kim 2013-01-25 05:10:47 +00:00
parent 7636dc88c4
commit 57103879f5
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2013-01-25 Jihoon Kim (jihoon)
* Remove ecore_imf_context_reset, cursor update in mouse move event because it's useless.
2013-01-24 Sung W. Park (sung_)
* Add EVAS_GL_DIRECT_MEM_OPT to enable on-demand fallback memory

1
NEWS
View File

@ -83,6 +83,7 @@ Improvements:
* edje entry: remove ecore_imf_context_reset in mouse up event because it's useless.
* rebase dns.c against upstream
* Don't over align data if they are already aligned.
* edje entry: remove ecore_imf_context_reset, cursor update in mouse move event because it's useless.
Fixes:
* Fix PPC (big endian) image codec bug.

View File

@ -2189,9 +2189,6 @@ _edje_part_mouse_move_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_
{
_edje_emit(rp->edje, "cursor,changed", rp->part->name);
_edje_emit(rp->edje, "cursor,changed,manual", rp->part->name);
_edje_entry_imf_context_reset(rp);
_edje_entry_imf_cursor_info_set(en);
}
evas_textblock_cursor_free(tc);