diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -225,6 +225,7 @@ func (n *Node) gotUserEvent(a widget.Action) { if !n.IsEnabled() { log.Log(WARN, "ignoring plugin event for a disabled widget", n.id, n.progname, a.Value) + log.Log(WARN, "this can't be fixed until switching go.wit.com/gui to protobuf") return } |
