summaryrefslogtreecommitdiff
path: root/eventMouseClick.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 17:31:32 -0600
committerJeff Carr <[email protected]>2025-02-09 17:31:32 -0600
commit6df064282c1a912e606100f24584e10d2c1c5b24 (patch)
tree63664dfff77b1f249dd075bb521c84238764440f /eventMouseClick.go
parent6ea6ffaa3df04158ebb0df152aa9524653f903d4 (diff)
attempting to force the "Running..." box in the corner
Diffstat (limited to 'eventMouseClick.go')
-rw-r--r--eventMouseClick.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventMouseClick.go b/eventMouseClick.go
index b250858..ed560a7 100644
--- a/eventMouseClick.go
+++ b/eventMouseClick.go
@@ -81,7 +81,7 @@ func doMouseClick(w int, h int) {
tk.showDropdown()
return
case widget.Textbox:
- tk.showTextbox()
+ tk.prepTextbox()
return
default:
// TODO: enable the GUI debugger in gocui