summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-11 22:17:02 -0600
committerJeff Carr <[email protected]>2024-01-11 22:17:02 -0600
commit7989ed908c75651df37bded92a0c89f8f6bdd87e (patch)
tree0a943db3af439d82cccdb9ecbf7f02991b010d36 /main.go
parented951e0234d428298bd6b76b07e371ce2ab3cb60 (diff)
api updatev0.12.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5ec8bdb..bffbee9 100644
--- a/main.go
+++ b/main.go
@@ -22,7 +22,8 @@ func init() {
me.prefix = "wit"
// Populates the top of the binary tree
- me.rootNode = addNode("guiBinaryTree")
+ me.rootNode = addNode()
+ me.rootNode.progname = "guiBinaryTree"
me.rootNode.WidgetType = widget.Root
me.rootNode.hidden = false // always send the rootNode to the toolkits