diff options
Diffstat (limited to 'textbox.go')
| -rw-r--r-- | textbox.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -105,4 +105,9 @@ func textboxClosed() { // send an event from the plugin with the new string me.myTree.SendUserEvent(me.textbox.callerTK.node) + + win := me.textbox.callerTK.findParentWindow() + if win != nil { + win.dumpWidget("redraw this!!!") + } } |
