diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 13:53:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 13:53:15 -0600 |
| commit | b3dfc689abe6699112518ddaf5e12aa87ef931f8 (patch) | |
| tree | 2f5e14ac484ac45e52e58a57dd95f904a0d38094 /main.go | |
| parent | d075b29aff66e784a615a0a3e436ae7433556789 (diff) | |
sierpinski carpet mode
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ func init() { // Populates the top of the binary tree me.rootNode = addNode("guiBinaryTree") me.rootNode.WidgetType = widget.Root + me.rootNode.hidden = false // always send the rootNode to the toolkits // used to pass debugging flags to the toolkit plugins me.flag = me.rootNode.newNode("flag", 0) |
