Squashed commit of the following:

commit a89f00c3847f86f5336e5dbe792c9de6d9355a9c
Author: Jeff Carr <jcarr@wit.com>
Date:   Sun Mar 12 09:23:11 2023 -0500

    remove old button

    Signed-off-by: Jeff Carr <jcarr@wit.com>

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-03-12 09:24:32 -05:00
parent 9223ff18a2
commit 317f26c4e3
1 changed files with 0 additions and 3 deletions

View File

@ -77,9 +77,6 @@ func (n *Node) DebugTab(title string) *Node {
g2 := newN.NewGroup("node things")
g2.NewButton("Actions Window", func () {
DebugWidgetWindow(activeWidget)
})
g2.NewButton("Node.ListChildren(false)", func () {
g := debugGui
d := debugDump