diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 15:02:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 15:02:09 -0600 |
| commit | a57a8b5a6348a9142088a0170a3682cdc0ecdb23 (patch) | |
| tree | 618771ba9ba68d612a981b4fa0fa475304b15267 /debug.go | |
| parent | 8fcf5f668b182bd382b489cd19cfdcd59628b279 (diff) | |
prepare for protobufv0.20.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,10 +64,10 @@ func (n *Node) dumpWidget(b bool) string { if b { switch n.WidgetType { case widget.Combobox: - logindent(b, listChildrenDepth, defaultPadding, " Dropdown", n.value) + logindent(b, listChildrenDepth, defaultPadding, " Dropdown", n.currentS) logindent(b, listChildrenDepth, defaultPadding, " Dropdown", n.strings) case widget.Dropdown: - logindent(b, listChildrenDepth, defaultPadding, " Dropdown", n.value) + logindent(b, listChildrenDepth, defaultPadding, " Dropdown", n.currentS) logindent(b, listChildrenDepth, defaultPadding, " Dropdown", n.strings) case widget.Grid: logindent(b, listChildrenDepth, defaultPadding, " GridSize =", n.X, n.Y) |
