elm_spinner: Fixed to apply the %d format.
authorWoochanlee <wc0917.lee@samsung.com>
Wed, 19 Feb 2020 12:09:15 +0000 (21:09 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 19 Feb 2020 20:50:27 +0000 (05:50 +0900)
commitf728cd1fa56246a523df865e34ab5dd7cee02e4c
treea7f9fd329a2f582a723184d41fe6208dc0e60f00
parentca3d4b6dedff87cdeb8768505f308934e8d0325e
elm_spinner: Fixed to apply the %d format.

Summary:
The part object does not apply the logic in efl_ui_format, so it does not work correctly when you format it with %d.

This is the commit that gets the necessary part of the logic of efl_ui_format.

Test Plan: elementary_test

Reviewers: Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11378
src/lib/elementary/elm_slider.c
src/lib/elementary/elm_widget_slider.h