summaryrefslogtreecommitdiff
path: root/textbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'textbox.go')
-rw-r--r--textbox.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/textbox.go b/textbox.go
index 66ba092..5e849ea 100644
--- a/textbox.go
+++ b/textbox.go
@@ -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!!!")
+ }
}