From 96fdfd13386472039dd75b0c622bb97b9987173a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Feb 2025 15:15:05 -0600 Subject: remove dumb old stuff and clean up struct.go --- eventMouseClick.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eventMouseClick.go') diff --git a/eventMouseClick.go b/eventMouseClick.go index a2af12a..a292cc4 100644 --- a/eventMouseClick.go +++ b/eventMouseClick.go @@ -103,7 +103,7 @@ func click(g *gocui.Gui, v *gocui.View) error { for _, tk := range findByXY(w, h) { // will show you everything found on a mouse click. great for debugging! // tk.dumpWidget("click()") - if tk.WidgetType == widget.Stdout { + if tk.node.WidgetType == widget.Stdout { // don't send clicks to the stdout debugging window continue } -- cgit v1.2.3