summaryrefslogtreecommitdiff
path: root/nocui/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-10 15:35:42 -0600
committerJeff Carr <[email protected]>2024-01-10 15:35:42 -0600
commitba5ce49e7aea4b05645d0aac1e5d93049c1344df (patch)
tree20e006cbd5f702754bb81b535d3a562de59a4c85 /nocui/common.go
parentfc9be41013773950f946bef6f3271c5d761a027a (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.go1
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