minor fixes

This commit is contained in:
Jeff Carr 2024-02-12 15:16:51 -06:00
parent 7627b9ef27
commit 8c873d7ab2
1 changed files with 2 additions and 2 deletions

View File

@ -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()
}
}