summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
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