summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/box.go
diff options
context:
space:
mode:
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()