diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 17:31:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 17:31:32 -0600 |
| commit | 6df064282c1a912e606100f24584e10d2c1c5b24 (patch) | |
| tree | 63664dfff77b1f249dd075bb521c84238764440f /eventMouseClick.go | |
| parent | 6ea6ffaa3df04158ebb0df152aa9524653f903d4 (diff) | |
attempting to force the "Running..." box in the corner
Diffstat (limited to 'eventMouseClick.go')
| -rw-r--r-- | eventMouseClick.go | 2 |
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 |
