diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 03:45:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 03:45:21 -0600 |
| commit | c682272f56094fc816c6b7fbee84351f5608c259 (patch) | |
| tree | cf737588d966aa847a1184d98ae8a890f3bb7ac9 /action.go | |
| parent | d4891c4d58380a81275d315151c2abc58ca1f291 (diff) | |
auto typist auto hides
Signed-off-by: Jeff Carr <[email protected]>
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) |
