summaryrefslogtreecommitdiff
path: root/redraw.go
diff options
context:
space:
mode:
Diffstat (limited to 'redraw.go')
-rw-r--r--redraw.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/redraw.go b/redraw.go
index 48f1d17..d5cea53 100644
--- a/redraw.go
+++ b/redraw.go
@@ -35,6 +35,10 @@ func (n *Node) redo(plug *aplug) {
a.X = n.X
a.Y = n.Y
+ // grid stuff
+ a.AtW = n.AtW
+ a.AtH = n.AtH
+
// used for values
a.I = n.I
a.S = n.S