diff options
Diffstat (limited to 'combobox.go')
| -rw-r--r-- | combobox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/combobox.go b/combobox.go index 08d4605..7bd666c 100644 --- a/combobox.go +++ b/combobox.go @@ -22,7 +22,7 @@ func NewCombobox(editable bool, items ...string) (c *Combobox) { sysData: mksysdata(c_combobox), initItems: items, } - c.sysData.editable = editable + c.sysData.alternate = editable return c } |
