From 2c07da350a3bc9ee48d32a93f96c645d85690436 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 18:09:09 -0600 Subject: resize window after text thing worked --- textbox.go | 1 + 1 file changed, 1 insertion(+) diff --git a/textbox.go b/textbox.go index 5e849ea..7537944 100644 --- a/textbox.go +++ b/textbox.go @@ -109,5 +109,6 @@ func textboxClosed() { win := me.textbox.callerTK.findParentWindow() if win != nil { win.dumpWidget("redraw this!!!") + win.redrawWindow(win.gocuiSize.w0, win.gocuiSize.h0) } } -- cgit v1.2.3