Fixed a typo
This commit is contained in:
parent
4ac7086e4d
commit
beb02a2d1e
@ -689,13 +689,13 @@ class fileBrowser(Listbox):
|
||||
def expand(self):
|
||||
self.dir = self.getDir()
|
||||
self.items = self.make_list()
|
||||
# self.lastDraw = None
|
||||
self.lastDraw = None
|
||||
self.draw()
|
||||
|
||||
def collapse(self):
|
||||
self.dir = self.back_directory
|
||||
self.items = self.make_list()
|
||||
# self.lastDraw = None
|
||||
self.lastDraw = None
|
||||
self.draw()
|
||||
|
||||
def handleKey(self, c):
|
||||
|
Loading…
Reference in New Issue
Block a user