diff options
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 |
