From e8e36ee802ffe9d7ed6adb35e4de8054c6ec6ef0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Feb 2025 07:24:42 -0600 Subject: func name change --- basicCombobox.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basicCombobox.go') 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() } -- cgit v1.2.3