-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: fx1.3
-
Component/s: javafx
-
Environment:
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
}