summaryrefslogtreecommitdiff
path: root/andlabs/action.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 /andlabs/action.go
parentfc9be41013773950f946bef6f3271c5d761a027a (diff)
fix dropdown.Set() and place() on group
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/action.go')
-rw-r--r--andlabs/action.go2
1 files changed, 1 insertions, 1 deletions
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: