diff options
| author | Jeff Carr <[email protected]> | 2024-01-13 21:28:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-13 21:28:41 -0600 |
| commit | 31dbec2b5610ae4ef5016189199085c9eea7f865 (patch) | |
| tree | b1feb5aaaf431bfe19ba35478d140b8593f9abad /andlabs/addText.go | |
| parent | 34f33db94a04ecb24087713a87556a9672b74aa7 (diff) | |
hidden widgets
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/addText.go')
| -rw-r--r-- | andlabs/addText.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/andlabs/addText.go b/andlabs/addText.go index 74249a4..5dfe568 100644 --- a/andlabs/addText.go +++ b/andlabs/addText.go @@ -16,9 +16,9 @@ func (n *node) addText(a *widget.Action) { switch n.WidgetType { case widget.Dropdown: - n.AddDropdownName(getString(a.Value)) + n.addDropdownName(getString(a.Value)) case widget.Combobox: - t.AddComboboxName(getString(a.Value)) + t.addComboboxName(getString(a.Value)) default: log.Log(ERROR, "plugin Send() Don't know how to addText on", n.WidgetType, "yet", a.ActionType) } |
