run Update() on open
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
dda63e3732
commit
74502ed5fb
1
main.go
1
main.go
|
@ -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")
|
log.Warn("status window exists. trying TestDraw() here")
|
||||||
newRepo.status.Show()
|
newRepo.status.Show()
|
||||||
|
newRepo.status.Update()
|
||||||
})
|
})
|
||||||
if path == "" {
|
if path == "" {
|
||||||
newRepo.cButton.Hide()
|
newRepo.cButton.Hide()
|
||||||
|
|
Loading…
Reference in New Issue