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