summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/branches_panel.go')
-rw-r--r--pkg/gui/branches_panel.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/gui/branches_panel.go b/pkg/gui/branches_panel.go
index 330329fd0..45b86a546 100644
--- a/pkg/gui/branches_panel.go
+++ b/pkg/gui/branches_panel.go
@@ -64,6 +64,8 @@ func (gui *Gui) refreshBranches() {
if gui.getBranchesView().Context == "local-branches" {
gui.renderLocalBranchesWithSelection()
}
+
+ gui.refreshStatus()
}
func (gui *Gui) renderLocalBranchesWithSelection() error {