diff options
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
