summaryrefslogtreecommitdiff
path: root/eventMouse.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventMouse.go')
-rw-r--r--eventMouse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventMouse.go b/eventMouse.go
index ff973c4..088f2e0 100644
--- a/eventMouse.go
+++ b/eventMouse.go
@@ -82,7 +82,7 @@ func mouseDown(g *gocui.Gui, v *gocui.View) error {
for _, tk := range findByXY(w, h) {
if (tk.node.WidgetType == widget.Flag) && (tk == me.textbox.tk) {
me.textbox.active = false
- tk.textboxClosed()
+ textboxClosed()
return nil
}
}