fix layout cycling
This commit is contained in:
parent
1054f13c13
commit
b5d06863b3
|
@ -155,7 +155,7 @@ class Window(urwid.Frame):
|
|||
def focus_stack(self):
|
||||
return self.stacks[self.pane]
|
||||
|
||||
def configure(self, updated):
|
||||
def configure(self, options, updated):
|
||||
self.refresh()
|
||||
|
||||
def refresh(self):
|
||||
|
|
Loading…
Reference in New Issue