From 3f3dee0ea5d542de0ce56ec56b2d7b30b75d1bc6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Jan 2024 22:24:24 -0600 Subject: api change Signed-off-by: Jeff Carr --- golang.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'golang.go') diff --git a/golang.go b/golang.go index e9cf624..12b8778 100644 --- a/golang.go +++ b/golang.go @@ -125,7 +125,7 @@ func DebugGolangWindow(p *gui.Node) *gadgets.BasicWindow { og = w.Box().NewGroup("output").Pad() outputTextbox = og.NewTextbox("outputBox") outputTextbox.Custom = func () { - log.Log(INFO, "custom TextBox() for golang output a =", outputTextbox.S) + log.Log(INFO, "custom TextBox() for golang output a =", outputTextbox.GetText()) } return w -- cgit v1.2.3