diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 21:47:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 21:47:31 -0600 |
| commit | dddef229dcab1cd2c5ab7101dc5a4781478c0a62 (patch) | |
| tree | 1c3944f04f323214f17ab716196a7edd65834308 /click.go | |
| parent | 13b0daed7cb950c1244a8e6e42523813178d4c7d (diff) | |
dropdown & combobox's pop upv0.19.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'click.go')
| -rw-r--r-- | click.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 /* |
