From 9aa141261b89e218d121498f37144db822c09ea7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Oct 2021 06:48:50 -0500 Subject: NODE: continued work on implementing a node tree --- window.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window.go') diff --git a/window.go b/window.go index 960c8bf..cd03a7d 100644 --- a/window.go +++ b/window.go @@ -154,7 +154,7 @@ func CreateWindow(title string, tabname string, x int, y int, custom func() ui.C log.Println("SERIOUS ERROR n.box == nil in CreateWindow()") log.Println("SERIOUS ERROR n.box == nil in CreateWindow()") } - n.box.InitTab(title, custom) + n.InitTab(title, custom) return n } -- cgit v1.2.3