From ad3ce867730c20977c4597374a80047f5032189d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 30 Jan 2024 11:48:12 -0600 Subject: fixed hidden. damn it. I wasn't setting the State. can't wait to switch to protobuf Signed-off-by: Jeff Carr --- action.go | 1 + 1 file changed, 1 insertion(+) diff --git a/action.go b/action.go index a547699..36ac8e0 100644 --- a/action.go +++ b/action.go @@ -64,6 +64,7 @@ func getNewAction(n *Node, atype widget.ActionType) *widget.Action { a.State.Checked = n.checked a.State.Visable = n.visable + a.State.Hidden = n.hidden // TODO: if visable == false here, return a.State.Enable = n.enabled a.State.Pad = n.pad -- cgit v1.2.3