Gauge.setStartFromZero:1379 and Gauge.startFromZeroProperty:1389 set the current value to a new one depending on the new startFromZero property value.
This pose a serious problem (Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: Gauge.value : A bound value cannot be set) if the value property is unidirectionally bounded.
Can these two statements be removed? (I don't understand the advantage of keeping them)
Gauge.setStartFromZero:1379 and Gauge.startFromZeroProperty:1389 set the current value to a new one depending on the new startFromZero property value.
This pose a serious problem (
Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: Gauge.value : A bound value cannot be set
) if the value property is unidirectionally bounded.Can these two statements be removed? (I don't understand the advantage of keeping them)