search - cancel entry selection before reset the region.

This commit is contained in:
ChunEon Park 2014-06-05 00:58:02 +09:00
parent 4e8e915cbe
commit e0b2ed26aa
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ static Eina_Bool
selection_region_anim_cb(void *data)
{
search_data *sd = data;
elm_entry_select_none(sd->entry);
elm_entry_select_region_set(sd->entry, sd->pos, sd->pos + sd->len);
return ECORE_CALLBACK_CANCEL;
}