summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--action.go1
1 files changed, 1 insertions, 0 deletions
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