diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 07:31:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 07:31:04 -0600 |
| commit | cf72809e26d25380be0e9a05f81c8780f7538d37 (patch) | |
| tree | 995b536a11fcbb54fbb1dfec753769810bbff927 /structs.go | |
| parent | 825be13ee98bff8a981a905afa3a4f6402cf10ca (diff) | |
use treeNode.Hidden()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
