summaryrefslogtreecommitdiff
path: root/eventMouseClick.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 13:28:19 -0600
committerJeff Carr <[email protected]>2025-02-08 13:28:19 -0600
commitc4f9bac85eeafb4916b57d6f8953fa930d6d098e (patch)
tree065027c2d85165c2eb1c2ec14490b7b9a1dbf51c /eventMouseClick.go
parent90083d5bcb2df4b526a04213c07392fe72cb816c (diff)
add config default to show stdout onscreen on start
Diffstat (limited to 'eventMouseClick.go')
-rw-r--r--eventMouseClick.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/eventMouseClick.go b/eventMouseClick.go
index 27c6f80..67c877a 100644
--- a/eventMouseClick.go
+++ b/eventMouseClick.go
@@ -143,6 +143,7 @@ func doMouseClick(w int, h int) {
}
me.myTree.SendUserEvent(tk.node)
case widget.Button:
+ tk.dumpWidget("click()") // enable this to debug widget clicks
me.myTree.SendFromUser(tk.node)
return
case widget.Combobox: