diff options
| author | Jeff Carr <[email protected]> | 2024-01-11 22:24:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-11 22:24:24 -0600 |
| commit | 3f3dee0ea5d542de0ce56ec56b2d7b30b75d1bc6 (patch) | |
| tree | d78e8f63b9751bf20c104b87582d690392078388 /golang.go | |
| parent | dfaa7894644d64c2d452caec2b7f0b55d1d70d5e (diff) | |
api changev0.12.1
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.S) + log.Log(INFO, "custom TextBox() for golang output a =", outputTextbox.GetText()) } return w |
