summaryrefslogtreecommitdiff
path: root/listbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'listbox.go')
-rw-r--r--listbox.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/listbox.go b/listbox.go
index 6de4cb2..b973714 100644
--- a/listbox.go
+++ b/listbox.go
@@ -46,6 +46,7 @@ func (l *Listbox) make(window *sysData) (err error) {
return err
}
}
+ l.created = true
return nil
}