summaryrefslogtreecommitdiff
path: root/treeAdd.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-19 04:06:27 -0600
committerJeff Carr <[email protected]>2025-02-19 17:39:45 -0600
commit377b08eeb6e21564f09a50db03ddd26e4e1f575f (patch)
tree6f9bf5bca9fd6921ed193460c1b0a065eddaba81 /treeAdd.go
parent22e139e2e5fcf63b6387cc606c2dd68283c2c598 (diff)
protobuf stuff
Diffstat (limited to 'treeAdd.go')
-rw-r--r--treeAdd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/treeAdd.go b/treeAdd.go
index 9c71a91..b77aeb2 100644
--- a/treeAdd.go
+++ b/treeAdd.go
@@ -67,7 +67,7 @@ func addWidget(n *tree.Node) {
return
case widget.Button:
tk.setColorButton()
- if tk.node.IsEnabled() {
+ if tk.IsEnabled() {
} else {
tk.setColorDisable()
}