From 3204eb151f4bd38854df22c91ab7c5f4ab06951e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 9 Oct 2021 01:51:15 -0500 Subject: NODE: going down a rabbit hole --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 8b1a99a..bf5dec8 100644 --- a/structs.go +++ b/structs.go @@ -226,7 +226,7 @@ func (s *GuiBox) AddTab(title string, custom ui.Control) *ui.Tab { } func (s GuiBox) AddBoxTab(title string) *GuiBox { - uiTab := s.AddTab(title, InitBlankWindow()) + uiTab := s.AddTab(title, initBlankWindow()) tabSetMargined(uiTab) var box *GuiBox -- cgit v1.2.3