Box.Box now returns the correct value

This commit is contained in:
Sasha Koshka 2023-08-08 12:56:49 -04:00
parent 5ba72cd1e5
commit 009ae811d3

2
box.go
View File

@ -56,7 +56,7 @@ func (backend *Backend) NewBox() tomo.Box {
}
func (this *box) Box () tomo.Box {
return this
return this.outer
}
func (this *box) Window () tomo.Window {