summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/view_trait.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/context/view_trait.go')
-rw-r--r--pkg/gui/context/view_trait.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/context/view_trait.go b/pkg/gui/context/view_trait.go
index 4c02a4990..1409ed561 100644
--- a/pkg/gui/context/view_trait.go
+++ b/pkg/gui/context/view_trait.go
@@ -36,7 +36,7 @@ func (self *ViewTrait) SetFooter(value string) {
}
func (self *ViewTrait) SetOriginX(value int) {
- self.getView().SetOriginX(value)
+ _ = self.getView().SetOriginX(value)
}
// tells us the bounds of line indexes shown in the view currently