summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-25 18:16:51 -0600
committerJeff Carr <[email protected]>2024-01-25 18:16:51 -0600
commitb88cca4b0d5f8948e682d6c70752c23ec7808d53 (patch)
tree9eb643acc4f3a8f2e6b231a9a27e5afb0ac0db43 /common.go
parentacf5473cc5928f053b9ffe7be1e903398b76e86a (diff)
checkbox state works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.go b/common.go
index 855c11c..500e64d 100644
--- a/common.go
+++ b/common.go
@@ -48,11 +48,11 @@ func (n *Node) Hide() *Node {
log.Log(CHANGE, "Hide() this needs to do TestDestroy() ?")
n.Destroy()
n.hidden = true
+ // n.visable = false
n.changed = true
return nil
}
- n.visable = false
n.hidden = true
n.changed = true