summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
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