diff options
| author | Jeff Carr <[email protected]> | 2024-02-12 15:16:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-12 15:16:51 -0600 |
| commit | 8c873d7ab223458ed00e44996d121bcf5b2fd0eb (patch) | |
| tree | 33e72bad08ece685a440e397e0bcc7a066dfa1da | |
| parent | 7627b9ef2754d973401572cfc4ff681768ad4d73 (diff) | |
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,11 +24,11 @@ func DebugWindow() { me.bugWin = gadgets.NewBasicWindow(me.treeRoot, "go.wit.com/gui debug window") me.bugWin.Make() - me.bugWin.Draw() DebugWindow2(me.bugWin.Box(), "Debug Tab") + me.bugWin.Show() if ArgDebug() { - log.SetTmp() + // log.SetTmp() } } |
