summaryrefslogtreecommitdiffstats
path: root/pkg/gui/filtering.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/filtering.go')
-rw-r--r--pkg/gui/filtering.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/filtering.go b/pkg/gui/filtering.go
index 6d75b2e77..4780387c9 100644
--- a/pkg/gui/filtering.go
+++ b/pkg/gui/filtering.go
@@ -51,6 +51,6 @@ func (gui *Gui) setFiltering(path string) error {
}
return gui.c.Refresh(types.RefreshOptions{Scope: []types.RefreshableView{types.COMMITS}, Then: func() {
- gui.State.Contexts.BranchCommits.GetPanelState().SetSelectedLineIdx(0)
+ gui.State.Contexts.BranchCommits.SetSelectedLineIdx(0)
}})
}