summaryrefslogtreecommitdiff
path: root/click.go
diff options
context:
space:
mode:
Diffstat (limited to 'click.go')
-rw-r--r--click.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/click.go b/click.go
index e41d3b0..9b1f858 100644
--- a/click.go
+++ b/click.go
@@ -198,9 +198,11 @@ func (w *guiWidget) doWidgetClick() {
log.Log(NOW, "ddItem:", w.String(), i, s)
ddItems += s + "\n"
}
+ /*
if me.ddview == nil {
me.ddview = makeDropdownView(ddItems)
}
+ */
showDropdownItems(ddItems)
me.ddNode = w.node
/*