summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go4
1 files changed, 2 insertions, 2 deletions
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)