Skip to content

Commit 14c8693

Browse files
authored
Update TinyTimer.py
1 parent 7592cf2 commit 14c8693

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

TinyTimer/TinyTimer.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,11 @@ def printlist(listtoprint, selection, yOffset):
268268
timerDone = 0
269269
else:
270270
if not xScroll:
271-
if not isStopwatch:
272-
if stopwatchMS or stopwatchS or stopwatchM: lastStopwatchTime = stopwatchTime
273-
stopwatchStart = t()
274-
isStopwatch = not isStopwatch
271+
if not yScroll:
272+
if not isStopwatch:
273+
if stopwatchMS or stopwatchS or stopwatchM: lastStopwatchTime = stopwatchTime
274+
stopwatchStart = t()
275+
isStopwatch = not isStopwatch
275276
else:
276277
if isSettingTimer:
277278
timerM, timerS, timerMS = startTimerData

0 commit comments

Comments
 (0)