andlabs: grid w,h work again kinda
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
e206fa143e
commit
be3c212bae
|
@ -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
|
||||
|
|
|
@ -38,6 +38,11 @@ func addWidget(a *toolkit.Action, tk *andlabsT) *node {
|
|||
n.X = a.X
|
||||
n.Y = a.Y
|
||||
|
||||
n.W = a.W
|
||||
n.H = a.H
|
||||
n.AtW = a.AtW
|
||||
n.AtH = a.AtH
|
||||
|
||||
// store the internal toolkit information
|
||||
n.tk = tk
|
||||
|
||||
|
|
Loading…
Reference in New Issue