summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-19 03:45:21 -0600
committerJeff Carr <[email protected]>2024-01-19 03:45:21 -0600
commitc682272f56094fc816c6b7fbee84351f5608c259 (patch)
treecf737588d966aa847a1184d98ae8a890f3bb7ac9 /action.go
parentd4891c4d58380a81275d315151c2abc58ca1f291 (diff)
auto typist auto hides
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'action.go')
-rw-r--r--action.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.go b/action.go
index ddad70b..2a1f857 100644
--- a/action.go
+++ b/action.go
@@ -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)