patch5
This commit is contained in:
parent
a2920dc5f0
commit
91940c3977
@ -104,7 +104,7 @@ public class AnalogClock extends Widget {
|
||||
}
|
||||
|
||||
private int computeStartAngle() {
|
||||
return computeAngle(startHourProperty.getValue(), startMinuteProperty.getValue());
|
||||
return computeAngle(hourProperty.getValue(), minuteProperty.getValue());
|
||||
}
|
||||
|
||||
private int computeEndAngle() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user