summaryrefslogtreecommitdiff
path: root/node.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-30 14:40:23 -0500
committerJeff Carr <[email protected]>2025-04-30 14:40:23 -0500
commitd5e557190de2e2147f3335309f6ea4b66e72be4f (patch)
tree17c8a3b6069d1750368e1e94adf8742b18ef02a3 /node.go
parent65a18185792e92029eeb85dac79f6f63781fd042 (diff)
it is a tree, but the variable shouldn't be this
Diffstat (limited to 'node.go')
-rw-r--r--node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.go b/node.go
index 6866848..95bff4f 100644
--- a/node.go
+++ b/node.go
@@ -94,7 +94,7 @@ func (parent *Node) Append(n *Node) {
n.widget = new(guipb.Widget)
}
n.widget.Id = int64(n.id)
- n.widget.Type = n.TypePB()
+ // n.widget.Type = n.TypePB()
}
func (n *Node) TypePB() guipb.WidgetType {