From 82ed6874601ee09b39768747aa04b1b22722db5d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 18:03:11 -0600 Subject: mouse drag was not always right --- textbox.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'textbox.go') 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!!!") + } } -- cgit v1.2.3