resize window after text thing worked
This commit is contained in:
parent
82ed687460
commit
2c07da350a
|
@ -109,5 +109,6 @@ func textboxClosed() {
|
||||||
win := me.textbox.callerTK.findParentWindow()
|
win := me.textbox.callerTK.findParentWindow()
|
||||||
if win != nil {
|
if win != nil {
|
||||||
win.dumpWidget("redraw this!!!")
|
win.dumpWidget("redraw this!!!")
|
||||||
|
win.redrawWindow(win.gocuiSize.w0, win.gocuiSize.h0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue