summaryrefslogtreecommitdiff
path: root/grid.go
diff options
context:
space:
mode:
Diffstat (limited to 'grid.go')
-rw-r--r--grid.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/grid.go b/grid.go
index cefe419..859d2e3 100644
--- a/grid.go
+++ b/grid.go
@@ -36,6 +36,7 @@ func (n *Node) NewGrid(name string, x int, y int) *Node {
func (n *Node) NewBox(name string, b bool) *Node {
newNode := n.New(name, toolkit.Box, nil)
+ newNode.B = b
var a toolkit.Action
a.ActionType = toolkit.Add