summaryrefslogtreecommitdiff
path: root/andlabs/addText.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 16:11:40 -0600
committerJeff Carr <[email protected]>2024-01-15 16:11:40 -0600
commit29c39d7a1cbc1f071fa819e589fa6ed93fcb7d80 (patch)
tree4081338b6e1ed2e1cc26f3153f1eee3070873558 /andlabs/addText.go
parent708ea661988fd0e4886fc63f3f6dffe25b6fa276 (diff)
Destroy window and node from binary treev0.12.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/addText.go')
-rw-r--r--andlabs/addText.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/andlabs/addText.go b/andlabs/addText.go
index 5dfe568..75c8c7d 100644
--- a/andlabs/addText.go
+++ b/andlabs/addText.go
@@ -18,7 +18,7 @@ func (n *node) addText(a *widget.Action) {
case widget.Dropdown:
n.addDropdownName(getString(a.Value))
case widget.Combobox:
- t.addComboboxName(getString(a.Value))
+ n.addComboboxName(getString(a.Value))
default:
log.Log(ERROR, "plugin Send() Don't know how to addText on", n.WidgetType, "yet", a.ActionType)
}