diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 18:09:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 18:09:09 -0600 |
| commit | 2c07da350a3bc9ee48d32a93f96c645d85690436 (patch) | |
| tree | 37fe71052a112e1f919e5b14b41287abeb873d76 /textbox.go | |
| parent | 82ed6874601ee09b39768747aa04b1b22722db5d (diff) | |
resize window after text thing worked
Diffstat (limited to 'textbox.go')
| -rw-r--r-- | textbox.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) } } |
