From 2d4d2b6b3e115a86a10f98c20de0e4e82be519c2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 23 Apr 2023 07:37:24 -0500 Subject: actually ran again without crashing Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b6dcaff..b222138 100644 --- a/structs.go +++ b/structs.go @@ -62,7 +62,7 @@ type Node struct { id int initOnce sync.Once - widget toolkit.Widget + // widget toolkit.Widget WidgetType toolkit.WidgetType // Title string // what is visable to the user -- cgit v1.2.3