Make boxes visible by default

This commit is contained in:
Sasha Koshka 2024-05-26 17:28:17 -04:00
parent 9214f70b61
commit 0799f3645b

1
box.go
View File

@ -65,6 +65,7 @@ func (backend *Backend) newBox (outer anyBox) *box {
color: color.Transparent,
outer: outer,
drawer: outer,
visible: true,
}
if outer == nil {
box.drawer = box