summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 21:21:50 -0600
committerJeff Carr <[email protected]>2024-01-18 21:21:50 -0600
commitb15369d85df247a460f0c0c18ac9578c79ca51a3 (patch)
tree1f9c63c55c02cead12a3d99b099d7cbe76b69864 /action.go
parentd96b808f1bfec9f78e11dd2ea40a86e91f714993 (diff)
window destroy (aka Hide) worksv0.12.17
Signed-off-by: Jeff Carr <[email protected]>
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