fix shitty reference to things that dont exist
parent
7f83c427fe
commit
75056e4eff
|
@ -622,7 +622,7 @@ class App(object):
|
||||||
self.set_bars()
|
self.set_bars()
|
||||||
try: self.box.set_focus(self.last_pos)
|
try: self.box.set_focus(self.last_pos)
|
||||||
except IndexError:
|
except IndexError:
|
||||||
self.box.change_focus(size, 0)
|
pass
|
||||||
|
|
||||||
|
|
||||||
def thread_load(self, button, thread_id):
|
def thread_load(self, button, thread_id):
|
||||||
|
|
Loading…
Reference in New Issue