summaryrefslogtreecommitdiff
path: root/textbox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 18:09:09 -0600
committerJeff Carr <[email protected]>2025-02-08 18:09:09 -0600
commit2c07da350a3bc9ee48d32a93f96c645d85690436 (patch)
tree37fe71052a112e1f919e5b14b41287abeb873d76 /textbox.go
parent82ed6874601ee09b39768747aa04b1b22722db5d (diff)
resize window after text thing worked
Diffstat (limited to 'textbox.go')
-rw-r--r--textbox.go1
1 files changed, 1 insertions, 0 deletions
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)
}
}