diff options
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ func (tk *guiWidget) redrawWindow(w int, h int) { } // re-draws the buttons for each of the windows -func (tk *guiWidget) redoWindows(nextW int, nextH int) { +func redoWindows(nextW int, nextH int) { for _, win := range findWindows() { win.gocuiSize.w0 = nextW win.gocuiSize.h0 = nextH |
