From 23e4e139f1df01bfdd8987c48309a1e50977b7a1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 24 Oct 2021 09:01:51 -0500 Subject: NODE: it builds, runs and doesn't crash Also, it doesn't really work as the formatting and other buttons and things don't get populated --- structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b7520d1..dca855f 100644 --- a/structs.go +++ b/structs.go @@ -42,6 +42,8 @@ type GuiData struct { // Store access to everything via binary tree's NodeMap map[string]*Node + NodeArray []*Node + NodeSlice []*Node // A map of all buttons everywhere on all // windows, all tabs, across all goroutines -- cgit v1.2.3