diff options
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
