summaryrefslogtreecommitdiff
path: root/combobox.go
diff options
context:
space:
mode:
Diffstat (limited to 'combobox.go')
-rw-r--r--combobox.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/combobox.go b/combobox.go
index 5060a45..86e38e9 100644
--- a/combobox.go
+++ b/combobox.go
@@ -143,8 +143,6 @@ func (c *Combobox) make(window *sysData) (err error) {
for _, s := range c.initItems {
c.sysData.append(s)
}
- // some platforms automatically select an item; undo that
- c.sysData.selectIndex(-1)
c.created = true
return nil
}