remove old debugging code

This commit is contained in:
Jeff Carr 2025-02-09 03:24:10 -06:00
parent 5bac0308e5
commit af3fec6f20
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ func (tk *guiWidget) redrawWindow(w int, h int) {
if tk.windowFrame == nil {
tk.addWindowFrameTK(0 - tk.node.WidgetId)
tk.windowFrame.node.State.Label = " ZZzzzFrame" // temporary name. blank out when ready for release
tk.windowFrame.makeTK([]string{" ZZzzzFrame"})
tk.windowFrame.node.State.Label = "" // temporary name. blank out when ready for release
tk.windowFrame.makeTK([]string{""})
}
// this seems to correctly create the window frame