We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9e67a6 + a5c73dd commit 97a81c2Copy full SHA for 97a81c2
1 file changed
extensions/widgets/clock/clock.lcb
@@ -170,7 +170,7 @@ public handler OnPaint()
170
put getPath("hour hand") into tHourHand
171
172
translate this canvas by [(my width)/2, (my height)/2]
173
- rotate this canvas by 30*(element 1 of mCurrentTime)
+ rotate this canvas by 30*((element 1 of mCurrentTime) + (element 2 of mCurrentTime/60)) --mikey added fractional hour
174
stroke tHourHand on this canvas
175
restore state of this canvas
176
--
0 commit comments