diff options
| author | Jeff Carr <[email protected]> | 2021-10-08 07:36:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-08 07:36:53 -0500 |
| commit | 44cd73f8e70beb436862aa0134a7c044f8e2ec7b (patch) | |
| tree | c1ae8e11430875a747b138928f3ca7806669fe41 /window-debug.go | |
| parent | 0c9547a066386f82f8e724c0f61c4d31dc5351e2 (diff) | |
NODE: going down a rabbit hole
Diffstat (limited to 'window-debug.go')
| -rw-r--r-- | window-debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/window-debug.go b/window-debug.go index 2e31440..c68468d 100644 --- a/window-debug.go +++ b/window-debug.go @@ -145,7 +145,7 @@ func makeWindowDebug() ui.Control { DebugDataNodeChildren() }) - n3 := addButton(vbox, "DebugNodeChildren()") + n3 := addButton(vbox, "Node.ListChildren()") n3.OnClicked(func(*ui.Button) { DebugNodeChildren() }) |
