summaryrefslogtreecommitdiff
path: root/add.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-28 13:14:43 -0600
committerJeff Carr <[email protected]>2024-01-28 13:14:43 -0600
commitdab898f0f945fc3b0a5747f38b7f22b59d539117 (patch)
treed20bb2df81e875b25d1ae74cda93eb5c4ec60696 /add.go
parent44ee09f79843d3b9fca666b2c2dbd298a4c4eaba (diff)
cleaner debugging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'add.go')
-rw-r--r--add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/add.go b/add.go
index 705430d..085d3af 100644
--- a/add.go
+++ b/add.go
@@ -80,5 +80,5 @@ func addWidget(n *tree.Node) {
}
*/
}
- nw.showWidgetPlacement(true, "addWidget()")
+ nw.showWidgetPlacement("addWidget()")
}