summaryrefslogtreecommitdiffstats
path: root/pkg/gui/remote_branches_panel.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-18 08:26:40 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-23 14:29:18 +1000
commit0f7b2c45d773989229cb84a0147232962c6ae0e0 (patch)
treebec3948a7cc786d5d7fb6cf5cb2e6b14a832f6a8 /pkg/gui/remote_branches_panel.go
parenta12d18146ccd2847ef04377703baff58e209373d (diff)
centralise split main panel code
Diffstat (limited to 'pkg/gui/remote_branches_panel.go')
-rw-r--r--pkg/gui/remote_branches_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/remote_branches_panel.go b/pkg/gui/remote_branches_panel.go
index 2f95f6d7a..29531c33f 100644
--- a/pkg/gui/remote_branches_panel.go
+++ b/pkg/gui/remote_branches_panel.go
@@ -24,7 +24,7 @@ func (gui *Gui) handleRemoteBranchSelect() error {
return nil
}
- gui.State.SplitMainPanel = false
+ gui.splitMainPanel(false)
gui.getMainView().Title = "Remote Branch"