mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-01 22:52:01 +02:00
move all refresh code into the one file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user