summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 07:31:04 -0600
committerJeff Carr <[email protected]>2024-02-05 07:31:04 -0600
commitcf72809e26d25380be0e9a05f81c8780f7538d37 (patch)
tree995b536a11fcbb54fbb1dfec753769810bbff927 /structs.go
parent825be13ee98bff8a981a905afa3a4f6402cf10ca (diff)
use treeNode.Hidden()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 4a3cd50..4fc2df1 100644
--- a/structs.go
+++ b/structs.go
@@ -150,7 +150,7 @@ type guiWidget struct {
enable bool
defaultColor *colorT // store the color to go back to
- hidden bool
+ // hidden bool
// AtW int
// AtH int