summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug.go b/debug.go
index 84630f5..490b113 100644
--- a/debug.go
+++ b/debug.go
@@ -86,6 +86,9 @@ func (tk *guiWidget) dumpWidget(s string) {
} else {
end = fmt.Sprintf("%-8s %-8s %s", tk.WidgetType(), tk.cuiName, tk.String())
}
+ if tk.findParentTable() != nil {
+ end += " (table)"
+ }
log.Log(GOCUI, s1, s, end)
}