summaryrefslogtreecommitdiff
path: root/find.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 13:43:51 -0600
committerJeff Carr <[email protected]>2025-02-01 13:43:51 -0600
commite4f0524bdf5331d91c95c9cb89eb4f40138a0ab1 (patch)
treeda74a51b73f8c9949062b0a2b8965c3c917af18e /find.go
parentebb03139bb875cef38dbaff1aaaf5a546ff1ce1a (diff)
lots of code cleanup and debugging work
Diffstat (limited to 'find.go')
-rw-r--r--find.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/find.go b/find.go
index 3f33b78..07edd3d 100644
--- a/find.go
+++ b/find.go
@@ -85,7 +85,7 @@ func findUnderMouse() *guiWidget {
if w.WidgetType == widget.Checkbox {
return w
}
- w.showWidgetPlacement("findUnderMouse() found something unknown")
+ w.dumpWidget("findUnderMouse() found something unknown")
found = w
}
// maybe something else was found