From ba35c2760687384055d2b7ae733e0f9ac814af4c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Apr 2023 23:58:22 -0500 Subject: show the gocui in the example Signed-off-by: Jeff Carr --- debug.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index ffe15fd..4f5340d 100644 --- a/debug.go +++ b/debug.go @@ -130,10 +130,6 @@ func (n *Node) dumpWidget(b bool) string { } info = n.WidgetType.String() - if (n.WidgetType == toolkit.Checkbox) { - info += " = " + strconv.FormatBool(n.widget.B) - } - d = strconv.Itoa(n.id) + " " + info var tabs string -- cgit v1.2.3