diff options
| author | Jeff Carr <[email protected]> | 2023-05-09 08:38:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-05-09 08:38:33 -0500 |
| commit | e45e4212da86283e2f9592f11c08d798dfd39860 (patch) | |
| tree | d95e283a06fc972ebab61587198a8cffec25e2f9 /grid.go | |
| parent | e19a728d7fe0059b87e7af84c7155fd6559ced6d (diff) | |
compiles again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'grid.go')
| -rw-r--r-- | grid.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
