From 253dcb012f6d4fc861e6fc9a66fd2c7260ead442 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Apr 2023 12:41:42 -0500 Subject: andlabs: deprecate old code Signed-off-by: Jeff Carr --- toolkit/andlabs/combobox.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolkit/andlabs/combobox.go') diff --git a/toolkit/andlabs/combobox.go b/toolkit/andlabs/combobox.go index 06a7f41..564ff23 100644 --- a/toolkit/andlabs/combobox.go +++ b/toolkit/andlabs/combobox.go @@ -18,8 +18,8 @@ func (p *node) newCombobox(n *node) { newt.val = make(map[int]string) cb.OnChanged(func(spin *ui.EditableCombobox) { - newt.s = spin.Text() - newt.doUserEvent() + n.S = spin.Text() + n.doUserEvent() }) n.tk = newt -- cgit v1.2.3