resize window after text thing worked

This commit is contained in:
Jeff Carr 2025-02-08 18:09:09 -06:00
parent 82ed687460
commit 2c07da350a
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}
}