Fix a traceback on the listtab
This commit is contained in:
parent
9c8d577737
commit
c5b85d3b5d
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ class ListTab(Tab):
|
|||
self.listview.resize(self.height - 3 - info_win_height - tab_win_height,
|
||||
self.width, 1, 0)
|
||||
self.input.resize(1, self.width, self.height-1, 0)
|
||||
self.push_size()
|
||||
|
||||
def on_slash(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue