summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/dropdown.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/andlabs/dropdown.go')
-rw-r--r--toolkit/andlabs/dropdown.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/andlabs/dropdown.go b/toolkit/andlabs/dropdown.go
index 036ed3e..d49ef1c 100644
--- a/toolkit/andlabs/dropdown.go
+++ b/toolkit/andlabs/dropdown.go
@@ -28,8 +28,8 @@ func (t *andlabsT) newDropdown(a *toolkit.Action) *andlabsT {
log(debugChange, "make map didn't work")
newt.text = "error"
}
- newt.tw.S = newt.val[i]
- newt.commonChange(newt.tw, a.WidgetId)
+ newt.s = newt.val[i]
+ newt.doUserEvent()
})
return &newt