From 933a7e4df0e6a28ad06dfd60ab2928d5cdf916f9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Apr 2023 20:25:14 -0500 Subject: andlabs: callback is now safe through a go channel Signed-off-by: Jeff Carr --- toolkit/andlabs/textbox.go | 1 - 1 file changed, 1 deletion(-) (limited to 'toolkit/andlabs/textbox.go') diff --git a/toolkit/andlabs/textbox.go b/toolkit/andlabs/textbox.go index 6ea01e1..36a9777 100644 --- a/toolkit/andlabs/textbox.go +++ b/toolkit/andlabs/textbox.go @@ -21,7 +21,6 @@ func (t *andlabsT) newTextbox(w *toolkit.Widget) *andlabsT { c.OnChanged(func(spin *ui.MultilineEntry) { t.s = spin.Text() // this is still dangerous - // newt.commonChange(newt.tw) log(debugChange, "Not yet safe to trigger on change for ui.MultilineEntry") }) return &newt -- cgit v1.2.3