This commit is contained in:
Robert Vokac 2024-03-23 08:19:59 +01:00
parent a2920dc5f0
commit 91940c3977
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -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() {