From ba5ce49e7aea4b05645d0aac1e5d93049c1344df Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 10 Jan 2024 15:35:42 -0600 Subject: fix dropdown.Set() and place() on group Signed-off-by: Jeff Carr --- nocui/common.go | 1 + 1 file changed, 1 insertion(+) (limited to 'nocui') 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 -- cgit v1.2.3