Revert "Spinner: Add changed callback call when spinner value set."

This reverts commit 8278dff6a742c391f7c04c3de1033574d818dbb6.

This is not good for scenarios and will break the compatibility.

Thanks to David for reporting.
This commit is contained in:
ChunEon Park 2015-05-29 12:32:02 +09:00
parent 70c1758ed5
commit 689ef74dd6
1 changed files with 0 additions and 1 deletions

View File

@ -1268,7 +1268,6 @@ _elm_spinner_value_set(Eo *obj, Elm_Spinner_Data *sd, double val)
}
_val_set(obj);
_label_write(obj);
evas_object_smart_callback_call(obj, SIG_CHANGED, NULL);
}
EOLIAN static double