diff options
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -56,12 +56,13 @@ func sendAction(n *Node, atype widget.ActionType) { a.State.Pad = n.pad a.State.Expand = n.expand a.State.Borderless = n.borderless - a.State.Direction = n.direction + for s, _ := range n.strings { a.State.Strings = append(a.State.Strings, s) } log.Warn("SENDING ACTION STRINGS a.Strings", a.Strings) + log.Warn("SENDING ACTION a.State.Value", a.State.Value) a.State.Range.Low = n.X a.State.Range.High = n.Y |
