From b15369d85df247a460f0c0c18ac9578c79ca51a3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 21:21:50 -0600 Subject: window destroy (aka Hide) works Signed-off-by: Jeff Carr --- action.go | 1 + 1 file changed, 1 insertion(+) (limited to 'action.go') 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 -- cgit v1.2.3