summaryrefslogtreecommitdiff
path: root/grid.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-05-09 08:38:33 -0500
committerJeff Carr <[email protected]>2023-05-09 08:38:33 -0500
commite45e4212da86283e2f9592f11c08d798dfd39860 (patch)
treed95e283a06fc972ebab61587198a8cffec25e2f9 /grid.go
parente19a728d7fe0059b87e7af84c7155fd6559ced6d (diff)
compiles again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'grid.go')
-rw-r--r--grid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grid.go b/grid.go
index c2daaa5..4131afd 100644
--- a/grid.go
+++ b/grid.go
@@ -27,7 +27,7 @@ func (n *Node) NewGrid(name string, w int, h int) *Node {
log(debugChange, "click() NewGrid not defined =", name)
})
- a := newAction(n, toolkit.Add)
+ a := newAction(newNode, toolkit.Add)
a.X = w
a.Y = h