summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'action.go')
-rw-r--r--action.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.go b/action.go
index 77b839e..ddad70b 100644
--- a/action.go
+++ b/action.go
@@ -33,6 +33,7 @@ func sendAction(n *Node, atype widget.ActionType) {
if n.hidden {
if atype == widget.Hide {
// well, unless this is a Hide action, then inform the toolkit
+ log.Warn("SENDING HIDDEN ACTION. IS THIS A WINDOW?", n.GetProgName(), atype)
} else {
log.Warn("NOT SENDING HIDDEN ACTION", n.GetProgName(), atype)
// return