diff options
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() } } |
