diff options
| author | Jeff Carr <[email protected]> | 2021-10-07 06:48:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-07 06:48:50 -0500 |
| commit | 9aa141261b89e218d121498f37144db822c09ea7 (patch) | |
| tree | 82b7fb11efafc765becc29f7fdfdab049a41da56 /window.go | |
| parent | 54cf41663c2d94182370a2a4b14526f35c601131 (diff) | |
NODE: continued work on implementing a node tree
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
