diff options
| author | Jeff Carr <[email protected]> | 2024-01-10 15:35:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-10 15:35:42 -0600 |
| commit | ba5ce49e7aea4b05645d0aac1e5d93049c1344df (patch) | |
| tree | 20e006cbd5f702754bb81b535d3a562de59a4c85 /nocui/common.go | |
| parent | fc9be41013773950f946bef6f3271c5d761a027a (diff) | |
fix dropdown.Set() and place() on group
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'nocui/common.go')
| -rw-r--r-- | nocui/common.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nocui/common.go b/nocui/common.go index ff3e4bb..bfb76c8 100644 --- a/nocui/common.go +++ b/nocui/common.go @@ -98,6 +98,7 @@ func (n *node) doUserEvent() { a.S = n.S a.I = n.I a.B = n.B + a.A = n.A a.ActionType = widget.User log.Log(INFO, "doUserEvent() START: send a user event to the callback channel") callback <- a |
