diff options
| author | Jeff Carr <[email protected]> | 2024-01-17 22:43:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-17 22:43:57 -0600 |
| commit | 2411bcd2764b588492fe0388fb44675795495f57 (patch) | |
| tree | abb96e27b164131c16762b10e24c888d1349be37 /golang.go | |
| parent | 9e8a40023cd86c69ec4e0ae0f23ce148793ea38e (diff) | |
fix against gui v0.12.13
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'golang.go')
| -rw-r--r-- | golang.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
