diff options
Diffstat (limited to 'toolkit/andlabs/combobox.go')
| -rw-r--r-- | toolkit/andlabs/combobox.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/andlabs/combobox.go b/toolkit/andlabs/combobox.go index e7d51a7..100434e 100644 --- a/toolkit/andlabs/combobox.go +++ b/toolkit/andlabs/combobox.go @@ -9,11 +9,11 @@ import ( func (t *andlabsT) newCombobox(a *toolkit.Action) *andlabsT { var newt andlabsT w := a.Widget - log(debugToolkit, "newCombobox() START", w.Name) + log(debugToolkit, "newCombobox() START", a.Name) newt.tw = w newt.wId = a.WidgetId - newt.Type = w.Type + newt.WidgetType = a.WidgetType s := ui.NewEditableCombobox() newt.uiEditableCombobox = s newt.uiControl = s |
