summaryrefslogtreecommitdiff
path: root/debugWindow.go
diff options
context:
space:
mode:
Diffstat (limited to 'debugWindow.go')
-rw-r--r--debugWindow.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/debugWindow.go b/debugWindow.go
index 7994e82..bed630a 100644
--- a/debugWindow.go
+++ b/debugWindow.go
@@ -46,16 +46,16 @@ func (n *Node) DebugTab(title string) *Node {
cb.Set(false)
gog.NewButton("Debug Flags", func () {
- newN.DebugFlags(makeTabs)
+ bugWin.DebugFlags(makeTabs)
})
gog.NewButton("Debug Widgets", func () {
DebugWidgetWindow(newN)
})
gog.NewButton("GO Language Internals", func () {
- newN.DebugGolangWindow(makeTabs)
+ bugWin.DebugGolangWindow(makeTabs)
})
gog.NewButton("GO Channels debug", func () {
- newN.DebugGoChannels(makeTabs)
+ bugWin.DebugGoChannels(makeTabs)
})
gog.NewLabel("Force Quit:")