summaryrefslogtreecommitdiff
path: root/add.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-28 11:44:36 -0600
committerJeff Carr <[email protected]>2024-01-28 11:44:36 -0600
commiteca2f2aa481ea9c158592767eeeaceff09060466 (patch)
treeceff611c98bb346196f1c0885bc54edbd8e35b64 /add.go
parentd5be773817445f19b98267d69849571fc9d84390 (diff)
window is starting to draw!
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 c732ab4..705430d 100644
--- a/add.go
+++ b/add.go
@@ -80,5 +80,5 @@ func addWidget(n *tree.Node) {
}
*/
}
- showWidgetPlacement(n, true, "addWidget()")
+ nw.showWidgetPlacement(true, "addWidget()")
}