diff options
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ func sendAction(n *Node, atype widget.ActionType) { a.State.ProgName = n.progname a.State.Label = n.label a.State.Value = n.value + a.State.Checked = n.checked a.State.Direction = n.direction for s, _ := range n.strings { a.State.Strings = append(a.State.Strings, s) |
