summaryrefslogtreecommitdiff
path: root/eventMouseClick.go
diff options
context:
space:
mode:
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