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 /andlabs/action.go | |
| parent | fc9be41013773950f946bef6f3271c5d761a027a (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.go | 2 |
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: |
