summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
}
}