diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 12:21:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 12:21:43 -0600 |
| commit | c5cada3dc93ba0f049b50fd7561a2c15347473ee (patch) | |
| tree | 7ef0fc9e8c119f5ae86798ea10d2b8d75e281b83 /textbox.go | |
| parent | 87d31a3d94a26c733e3efda9dd2f60688332bc5a (diff) | |
code cleanups
Diffstat (limited to 'textbox.go')
| -rw-r--r-- | textbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,6 +118,6 @@ func textboxClosed() { me.textbox.callerTK.Size() me.textbox.callerTK.placeWidgets(tk.gocuiSize.w0-4, tk.gocuiSize.h0-4) // tk.dumpWidget("resize:" + tk.String()) - win.redrawWindow(win.gocuiSize.w0, win.gocuiSize.h0) + win.makeWindowActive() } } |
