fix
This commit is contained in:
parent
81f5afc76f
commit
14efa6248e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user