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