Merge "Start cursor at Change-Id on entering ChangeView"

This commit is contained in:
Zuul 2021-10-09 14:46:05 +00:00 committed by Gerrit Code Review
commit cc97078eb8
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ class ChangeView(urwid.WidgetWrap):
self.checkGitRepo()
self.refresh()
self.listbox.set_focus(0)
self.grid.set_focus(1)
change_info.set_focus(0)
def checkGitRepo(self):
missing_revisions = set()