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:
parent
9223ff18a2
commit
317f26c4e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue