[elm] Fix entry apply on unfocus for spinner.

SVN revision: 74988
This commit is contained in:
Gustavo Lima Chaves 2012-08-07 18:49:39 +00:00
parent fee7a0c645
commit b4997b0ff1
1 changed files with 2 additions and 0 deletions

View File

@ -228,6 +228,8 @@ _entry_value_apply(Evas_Object *obj)
ELM_SPINNER_DATA_GET(obj, sd);
if (!sd->entry_visible) return;
_entry_hide(obj);
str = elm_object_text_get(sd->ent);
if (!str) return;