diff options
| author | Jeff Carr <[email protected]> | 2023-04-06 23:58:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-06 23:58:22 -0500 |
| commit | ba35c2760687384055d2b7ae733e0f9ac814af4c (patch) | |
| tree | d571fc5aee20479f848e2705024f1448c271f2ef /debug.go | |
| parent | 3d8d2d8b4d6d090b1c9a9dd64cd633ec38ac956f (diff) | |
show the gocui in the example
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |
