diff options
| author | Jeff Carr <[email protected]> | 2024-01-30 11:48:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-30 11:48:12 -0600 |
| commit | ad3ce867730c20977c4597374a80047f5032189d (patch) | |
| tree | b83b3602028d623929ad6264e279cb8683c5c750 /action.go | |
| parent | 8dc3a3bf8685a2caa2aca182981dda12844c15c1 (diff) | |
fixed hidden. damn it. I wasn't setting the State.
can't wait to switch to protobuf
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
