summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/box.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-27 12:55:11 -0500
committerJeff Carr <[email protected]>2023-04-27 12:55:11 -0500
commit6f441738061b0528e86183402474ddb1cdf3c77a (patch)
treeaf5b38556b1dd9dd3fd17e517608669b26d55a05 /toolkit/andlabs/box.go
parent253dcb012f6d4fc861e6fc9a66fd2c7260ead442 (diff)
andlabs: more cleanupsv0.8.5
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/box.go')
-rw-r--r--toolkit/andlabs/box.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/andlabs/box.go b/toolkit/andlabs/box.go
index 0a6b7e4..8698a74 100644
--- a/toolkit/andlabs/box.go
+++ b/toolkit/andlabs/box.go
@@ -12,7 +12,7 @@ func (p *node) newBox(n *node) {
newt := new(andlabsT)
var box *ui.Box
- log(debugToolkit, "rawBox() create", newt.Name)
+ log(debugToolkit, "rawBox() create", n.Name)
if (n.B) {
box = ui.NewHorizontalBox()