From 2411bcd2764b588492fe0388fb44675795495f57 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 17 Jan 2024 22:43:57 -0600 Subject: fix against gui v0.12.13 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 12b8778..209f926 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.GetText()) + log.Log(INFO, "custom TextBox() for golang output a =", outputTextbox.String()) } return w -- cgit v1.2.3