diff options
author | Amitesh Singh <amitesh.sh@samsung.com> | 2017-10-27 11:48:10 +0900 |
---|---|---|
committer | Amitesh Singh <amitesh.sh@samsung.com> | 2017-10-27 11:56:22 +0900 |
commit | 21259e411d1d16956196d0ac5c12f5c96ab5a490 (patch) | |
tree | 72f0048b653475d83bdd462a76ae0169190fa0c2 /src/lib/evas/include | |
parent | ef742319f5677ac230396db15d010bbb3e3bfaa7 (diff) |
Efl.Ui.Progressbar: fix val to be val when legacy format_function_set() is called
In Pb, the legacy units_format_set's user callback uses value to
be 100*value (0.0 to 100.0) and legacy format_function_set uses
value of range "0.0 to 1.0". This was broken after my patch.
Lets keep this behaviour in legacy APIs.
In case of new EO APIs, the value will be always from 0.0 to 1.0
in both format_string() and format_cb callbacks.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions