summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--window.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/window.go b/window.go
index 9ef7d90..eae232e 100644
--- a/window.go
+++ b/window.go
@@ -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