-
Bug
-
Resolution: Fixed
-
P4
-
fx1.3
-
Windows XP
When ProgressIndicator.progress value set to, for example, 0.699999, it displays it as "69%" which is not correct. "70%" is expected.
var pi: ProgressIndicator = ProgressIndicator {
progress: 0.69999
}
var pi: ProgressIndicator = ProgressIndicator {
progress: 0.69999
}