diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 11:59:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 11:59:45 -0600 |
| commit | bd33b5649eb1518176617ee2e116f9e596f03289 (patch) | |
| tree | 59910d216ff51041ebc4fd04989c5fb27842f721 /mainWindow.go | |
| parent | 796d07652e42349f4a429691209e508a08169d81 (diff) | |
move gochan & golang stuff over
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mainWindow.go')
| -rw-r--r-- | mainWindow.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mainWindow.go b/mainWindow.go index ee3e354..d7d18f9 100644 --- a/mainWindow.go +++ b/mainWindow.go @@ -50,10 +50,10 @@ func DebugWindow2(n *gui.Node, title string) *gui.Node { gui.DebugWidgetWindow(myGui) }) gog.NewButton("GO Language Internals", func () { - bugWin.DebugGolangWindow() + DebugGolangWindow(bugWin) }) gog.NewButton("GO Channels debug", func () { - bugWin.DebugGoChannels() + DebugGoChannels(bugWin) }) gog.NewLabel("Force Quit:") |
