diff options
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 |
