run Update() on open

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-14 22:15:02 -06:00
parent dda63e3732
commit 74502ed5fb
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri
}
log.Warn("status window exists. trying TestDraw() here")
newRepo.status.Show()
newRepo.status.Update()
})
if path == "" {
newRepo.cButton.Hide()