diff options
Diffstat (limited to 'debugWindow.go')
| -rw-r--r-- | debugWindow.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debugWindow.go b/debugWindow.go index 2c85407..3275cb1 100644 --- a/debugWindow.go +++ b/debugWindow.go @@ -83,6 +83,10 @@ func (n *Node) DebugTab(title string) *Node { activeWidget.ListChildren(true) }) + g2.NewButton("test conc", func () { + makeConc() + }) + return newN } |
