diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-14 15:54:56 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-14 15:54:56 -0500 |
| commit | 61d7f285ac3ba1e2da84e1b8323cb45b0e8fd799 (patch) | |
| tree | 94d378573f393e79605f4513746d8e79617f683d /combobox.go | |
| parent | 9070eae214fd8054bc888f61adbea7d6749dc71b (diff) | |
Renamed sysData.editable to sysData.alternate in preparation for ListBox.
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 } |
