summaryrefslogtreecommitdiff
path: root/eventMouseClick.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventMouseClick.go')
-rw-r--r--eventMouseClick.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/eventMouseClick.go b/eventMouseClick.go
index ce0b6a6..9e4aa1e 100644
--- a/eventMouseClick.go
+++ b/eventMouseClick.go
@@ -15,7 +15,8 @@ func (tk *guiWidget) doButtonClick() {
tk.dumpWidget("click()") // enable this to debug widget clicks
me.myTree.SendFromUser(tk.node)
} else {
- tk.dumpWidget("disabled()") // enable this to debug widget clicks
+ log.Info("button is currently disabled by the application")
+ // tk.dumpWidget("disabled()") // enable this to debug widget clicks
}
}