mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
patch5
This commit is contained in:
parent
a2920dc5f0
commit
91940c3977
@ -104,7 +104,7 @@ public class AnalogClock extends Widget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private int computeStartAngle() {
|
private int computeStartAngle() {
|
||||||
return computeAngle(startHourProperty.getValue(), startMinuteProperty.getValue());
|
return computeAngle(hourProperty.getValue(), minuteProperty.getValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
private int computeEndAngle() {
|
private int computeEndAngle() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user