remove old debugging code
This commit is contained in:
parent
5bac0308e5
commit
af3fec6f20
|
@ -87,8 +87,8 @@ func (tk *guiWidget) redrawWindow(w int, h int) {
|
||||||
|
|
||||||
if tk.windowFrame == nil {
|
if tk.windowFrame == nil {
|
||||||
tk.addWindowFrameTK(0 - tk.node.WidgetId)
|
tk.addWindowFrameTK(0 - tk.node.WidgetId)
|
||||||
tk.windowFrame.node.State.Label = " ZZzzzFrame" // temporary name. blank out when ready for release
|
tk.windowFrame.node.State.Label = "" // temporary name. blank out when ready for release
|
||||||
tk.windowFrame.makeTK([]string{" ZZzzzFrame"})
|
tk.windowFrame.makeTK([]string{""})
|
||||||
}
|
}
|
||||||
|
|
||||||
// this seems to correctly create the window frame
|
// this seems to correctly create the window frame
|
||||||
|
|
Loading…
Reference in New Issue