This commit is contained in:
Peter D. Gray 2023-06-12 11:30:11 -04:00 committed by scgbckbone
parent 81f5afc76f
commit 14efa6248e

View File

@ -209,9 +209,8 @@ class MenuSystem:
# Redraw the menu.
#
from glob import dis
dis.clear()
#print('cur=%d ypos=%d' % (self.cursor, self.ypos))
dis.clear()
for n in range(self.ypos+PER_M+1):
if n+self.ypos >= self.count: break