Grid's background box is transparent again. Fixes #359

pull/378/head
Oliver 5 years ago
parent 9c225ecd57
commit 82b05c9fb3

@ -68,7 +68,7 @@ type Grid struct {
// grid.SetBackgroundColor(tview.Styles.PrimitiveBackgroundColor)
func NewGrid() *Grid {
g := &Grid{
Box: NewBox(),
Box: NewBox().SetBackgroundColor(tcell.ColorDefault),
bordersColor: Styles.GraphicsColor,
}
g.focus = g

Loading…
Cancel
Save