summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'action.go')
-rw-r--r--action.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/action.go b/action.go
index d2deb94..6db01eb 100644
--- a/action.go
+++ b/action.go
@@ -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