diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 21:54:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 21:54:53 -0600 |
| commit | 47c928aaf5f5093e7681fe7841cd6a8eb4119254 (patch) | |
| tree | 627961e1d3ebceac03437fbbca1db1e88b9dcbdb | |
| parent | 0fa82b49bc15882d085c0893fa2cdafb32b25cb8 (diff) | |
minorv0.19.2
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | common.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -37,11 +37,6 @@ func (n *Node) Hide() *Node { if !n.Ready() { return n } - /* - if n.Hidden() { - return n - } - */ if n.WidgetType == widget.Window { log.Log(CHANGE, "Hide() on a window", n.progname) |
