edje/edje_entry : Only MOUSE_UP should reset character.

SVN revision: 74312
This commit is contained in:
WooHyun Jung 2012-07-23 08:36:36 +00:00
parent 18e1a5093b
commit be181af5dc
1 changed files with 0 additions and 2 deletions

View File

@ -1673,8 +1673,6 @@ _edje_part_mouse_down_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUS
}
#endif
_edje_entry_imf_context_reset(rp);
en->select_mod_start = EINA_FALSE;
en->select_mod_end = EINA_FALSE;
if (rp->part->select_mode == EDJE_ENTRY_SELECTION_MODE_DEFAULT)