diff options
| author | Jeff Carr <[email protected]> | 2025-02-04 14:45:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-04 14:45:23 -0600 |
| commit | 8ce9ca882a4031ed9632125ce1efe45560bdeeed (patch) | |
| tree | 49fc92c1ca4f92e8866055c8beb8a61511631e91 /window.go | |
| parent | bf8cbddf1ac6b65c1a77dae0b7ccd910a9e96a3d (diff) | |
still a no
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 |
