summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'action.go')
-rw-r--r--action.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.go b/action.go
index 0eecda1..4272424 100644
--- a/action.go
+++ b/action.go
@@ -111,7 +111,7 @@ func sendAction(n *Node, atype widget.ActionType) {
a.State.Checked = n.checked
a.State.Visable = n.visable
// TODO: if visable == false here, return
- a.State.Hidden = n.hidden
+ a.State.Enable = n.enabled
a.State.Pad = n.pad
a.State.Expand = n.expand
a.State.Borderless = n.borderless