From 8574f8109dde05aadcbdf0423b8347d2d17a4bce Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 May 2019 09:54:46 -0700 Subject: crashes Signed-off-by: Jeff Carr --- structs.go | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 6e0aeef..d2d85fb 100644 --- a/structs.go +++ b/structs.go @@ -63,15 +63,10 @@ type GuiDataStructure struct { cloudBox *ui.Box smallBox *ui.Box -// mainwin *ui.Window -// maintab *ui.Tab tabcount int // stuff for the 'area' - MyArea *ui.Area - fontButton *ui.FontButton - attrstr *ui.AttributedString - splashArea *ui.Area +// fontButton *ui.FontButton } type TableColumnData struct { @@ -123,6 +118,8 @@ type AreaHandler struct{ Button *ButtonMap Attrstr *ui.AttributedString Area *ui.Area + FontButton *ui.FontButton + FB func () *ButtonMap } // AREA STRUCTURES END -- cgit v1.2.3