edje entry: remove ecore_imf_context_reset in mouse up event because it's useless.

SVN revision: 82967
This commit is contained in:
Jihoon Kim 2013-01-18 08:08:30 +00:00
parent 8ad3a398ae
commit 24079fcf54
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2013-01-18 Jihoon Kim (jihoon)
* edje entry: remove ecore_imf_context_reset in mouse up event because it's useless.
2013-01-18 Cedric Bail
* Ecore_Input_Evas: add infrastructure to handle buggy touchscreen by using

1
NEWS
View File

@ -79,6 +79,7 @@ Improvements:
* Improved eina share del speed.
* Upgrade liblinebreak to latest version of libunibreak.
* edje entry: cursor position and location will be passed when it's really changed in case of mouse down, move, and up event.
* edje entry: remove ecore_imf_context_reset in mouse up event because it's useless.
Fixes:
* Fix PPC (big endian) image codec bug.

View File

@ -2021,8 +2021,6 @@ _edje_part_mouse_up_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UN
}
#endif
_edje_entry_imf_context_reset(rp);
tc = evas_object_textblock_cursor_new(rp->object);
evas_textblock_cursor_copy(en->cursor, tc);
evas_object_geometry_get(rp->object, &x, &y, &w, &h);