Skip to content

Commit e7a0f9e

Browse files
authored
Update TinyTimer.py
1 parent 2779338 commit e7a0f9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TinyTimer/TinyTimer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ def printlist(listtoprint, selection, yOffset):
297297
flags.pop(flagSel)
298298
if not flags:
299299
yScrollTar = 0
300+
yScroll = 30
301+
flagSel = min(0, len(flags))
300302
elif xScroll == 72:
301303
if not isSettingTimer:
302304
if timerM or timerS or timerMS:

0 commit comments

Comments
 (0)