summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 04:53:49 -0600
committerJeff Carr <[email protected]>2025-02-09 04:53:49 -0600
commit58eff2a9e261335e656f7f5a2311801660b3afc6 (patch)
treee7c274277dfb5de60b1eb156ef8931344ad0934c /plugin.go
parentc00084bf3fe773bfeee538dcb7f8ee2a85865d29 (diff)
disable enable is starting to display
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.go b/plugin.go
index e7782cc..d758aca 100644
--- a/plugin.go
+++ b/plugin.go
@@ -118,7 +118,7 @@ func newaction(n *tree.Node, atype widget.ActionType) {
w.enableColor()
case widget.Disable:
w.enable = false
- w.disableColor()
+ w.setColorDisable()
case widget.Delete:
if w == nil {
return