From cf72809e26d25380be0e9a05f81c8780f7538d37 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 07:31:04 -0600 Subject: use treeNode.Hidden() Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') 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 -- cgit v1.2.3