diff options
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,10 +21,11 @@ func (tk *guiWidget) redrawWindow(w int, h int) { tk.DrawAt(w, h) tk.setColor(&colorActiveW) // sets the window to Green BG tk.placeWidgets(w, h) // compute the sizes & places for each widget - tk.showWidgets() tk.setFullSize() me.baseGui.SetView(tk.cuiName, tk.gocuiSize.w0, tk.gocuiSize.h0, tk.gocuiSize.w1, tk.gocuiSize.h1, 0) + tk.Show() + tk.showWidgets() } // re-draws the buttons for each of the windows |
