Commit 5f5a125a authored by Bram Schoenmakers's avatar Bram Schoenmakers

Focus the first column on startup

parent 28049f5a
......@@ -369,6 +369,9 @@ class UIApplication(CLIApplicationBase):
}
self._add_column(self._viewdata_to_view(dummy))
# make sure that the first column is focused on startup
self.columns.focus_position = 0
self.mainloop.run()
if __name__ == '__main__':
......
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