summaryrefslogtreecommitdiff
path: root/dropdown.go
diff options
context:
space:
mode:
Diffstat (limited to 'dropdown.go')
-rw-r--r--dropdown.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dropdown.go b/dropdown.go
index 8e34ec4..3eefea3 100644
--- a/dropdown.go
+++ b/dropdown.go
@@ -173,7 +173,7 @@ func dropdownUnclicked(w, h int) {
// examine everything under X & Y on the screen)
for _, tk := range findByXY(w, h) {
- // log.Log(GOCUI, fmt.Sprintf("findByXY() (dropdown) %-8s wId=%4d at (%3d,%3d) %s", tk.WidgetType, tk.node.WidgetId, w, h, tk.node.String()))
+ // tk.dumpWidget("dropdownUnclicked()")
if tk.WidgetType == widget.Dropdown {
d = tk
}