From a57a8b5a6348a9142088a0170a3682cdc0ecdb23 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 15:02:09 -0600 Subject: prepare for protobuf Signed-off-by: Jeff Carr --- debug.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index ce9eb88..13901b0 100644 --- a/debug.go +++ b/debug.go @@ -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) -- cgit v1.2.3