diff options
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ func (n *Node) gotUserEvent(a widget.Action) { switch n.WidgetType { case widget.Checkbox: // n.checked = a.State.Checked // TODO: do this and/or time to switch to protobuf - n.checked = widget.GetBool(a.Value) + n.checked = a.State.Checked default: } |
