diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 21:21:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 21:21:50 -0600 |
| commit | b15369d85df247a460f0c0c18ac9578c79ca51a3 (patch) | |
| tree | 1f9c63c55c02cead12a3d99b099d7cbe76b69864 /action.go | |
| parent | d96b808f1bfec9f78e11dd2ea40a86e91f714993 (diff) | |
window destroy (aka Hide) worksv0.12.17
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
