diff options
Diffstat (limited to 'basicCombobox.go')
| -rw-r--r-- | basicCombobox.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basicCombobox.go b/basicCombobox.go index 8377f3f..bc21f7e 100644 --- a/basicCombobox.go +++ b/basicCombobox.go @@ -20,8 +20,8 @@ type BasicCombobox struct { ready bool progname string - l *gui.Node // label widget - d *gui.Node // dropdown widget + l *gui.Node // label widget + d *gui.Node // dropdown widget Custom func() } |
