summaryrefslogtreecommitdiff
path: root/combobox.go
diff options
context:
space:
mode:
Diffstat (limited to 'combobox.go')
-rw-r--r--combobox.go2
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
}