From a57a8b5a6348a9142088a0170a3682cdc0ecdb23 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 15:02:09 -0600 Subject: prepare for protobuf Signed-off-by: Jeff Carr --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 3fabc6c..868879d 100644 --- a/main.go +++ b/main.go @@ -143,7 +143,7 @@ func (n *Node) gotUserEvent(a widget.Action) { default: } - n.value = a.Value + n.currentS = a.State.CurrentS log.Log(CHANGE, "gotUserEvent() n.Bool() =", n.Bool(), "n.String() =", n.String()) if n.Custom == nil { log.Log(CHANGE, "a Custom() function was not set for this widget") -- cgit v1.2.3