diff options
| author | Jeff Carr <[email protected]> | 2024-01-26 11:22:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-26 11:22:03 -0600 |
| commit | fbd035f5befa99f9143ee289471c5b206c7a2d64 (patch) | |
| tree | 19e768b4fd35a194555a866ac9ab463ad6a252de /action.go | |
| parent | 8a497bf53877c8920f8c3784889117c323d6a597 (diff) | |
release automation failurev0.13.14
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ func processAction(a *widget.Action) { if a.ActionType == widget.Add { n := add(a) - show(n, ! a.State.Hidden) + show(n, !a.State.Hidden) // pad(n, n.State.Pad) // expand(n, a.State.Expand) return |
