From 8ce9ca882a4031ed9632125ce1efe45560bdeeed Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Feb 2025 14:45:23 -0600 Subject: still a no --- window.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window.go') diff --git a/window.go b/window.go index 130c688..83196e2 100644 --- a/window.go +++ b/window.go @@ -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 -- cgit v1.2.3