elm_spinner: apply value after pressing enter key

This was broken previously by a659fe3484

@fix
This commit is contained in:
Andrii Kroitor 2016-11-17 15:45:08 +02:00
parent b5919ae9ed
commit ef55640d2a
1 changed files with 2 additions and 0 deletions

View File

@ -608,6 +608,8 @@ _toggle_entry(Evas_Object *obj)
elm_entry_markup_filter_append(sd->ent, _min_max_validity_filter, obj);
efl_event_callback_add
(sd->ent, ELM_WIDGET_EVENT_UNFOCUSED, _entry_unfocused_cb, obj);
efl_event_callback_add
(sd->ent, ELM_ENTRY_EVENT_ACTIVATED, _entry_unfocused_cb, obj);
}
if (!sd->button_layout)
{