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 --- andlabs/action.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'andlabs/action.go') diff --git a/andlabs/action.go b/andlabs/action.go index 7a723b1..35f4f7b 100644 --- a/andlabs/action.go +++ b/andlabs/action.go @@ -245,7 +245,7 @@ func rawAction(a *widget.Action) { case widget.SetText: n.setText(a) case widget.AddText: - n.setText(a) + n.addText(a) case widget.Margin: n.pad(widget.Unmargin) case widget.Unmargin: -- cgit v1.2.3