From d5e557190de2e2147f3335309f6ea4b66e72be4f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 30 Apr 2025 14:40:23 -0500 Subject: it is a tree, but the variable shouldn't be this --- structs.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 128866d..c393037 100644 --- a/structs.go +++ b/structs.go @@ -29,11 +29,11 @@ type guiConfig struct { // a toolkit requirement. never allow more than one per program initOnce sync.Once - rootNode *Node // This is the master node. The Binary Tree starts here - tree *guipb.Tree // the protobuf. switch to this. deprecate rootNode - widgets *guipb.Widgets // don't use this I think - counter int // used to make unique WidgetId's - tables []*guipb.Tables // a list of active protobuf tables + rootNode *Node // This is the master node. The Binary Tree starts here + // tree *guipb.Tree // the protobuf. switch to this. deprecate rootNode + widgets *guipb.Widgets // don't use this I think + counter int // used to make unique WidgetId's + tables []*guipb.Tables // a list of active protobuf tables // sets the chan for the plugins to call back too guiChan chan widget.Action -- cgit v1.2.3