Commit 386e9b6d authored by Bram Schoenmakers's avatar Bram Schoenmakers

Update columns after executing a command.

parent 74288f2c
......@@ -78,6 +78,12 @@ class UIApplication(CLIApplicationBase):
# TODO: show error message
pass
def _post_execute(self):
super(UIApplication, self)._post_execute()
for column, _ in self.columns.contents:
column.update()
def _focus_commandline(self):
self.mainwindow.focus_item = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment