diff options
| author | Jeff Carr <[email protected]> | 2023-04-27 09:59:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-27 09:59:19 -0500 |
| commit | 6e52d306bf6fe15d00108b305b497a9722f491ca (patch) | |
| tree | fea0f4ea1dcfde8442fab2450a681638d7f5663a /toolkit/andlabs/add.go | |
| parent | a0d0a93f7f7131f6ef50ebbe4bad9a57f2e1245d (diff) | |
andlabs: button in binary tree
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/add.go')
| -rw-r--r-- | toolkit/andlabs/add.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/andlabs/add.go b/toolkit/andlabs/add.go index 95a637a..bca7aa9 100644 --- a/toolkit/andlabs/add.go +++ b/toolkit/andlabs/add.go @@ -39,7 +39,7 @@ func add(a toolkit.Action) { newLabel(&a) return case toolkit.Button: - newButton(&a) + p.newButton(n) return case toolkit.Grid: newGrid(&a) |
