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 /dropdown.go | |
| parent | 13b0daed7cb950c1244a8e6e42523813178d4c7d (diff) | |
dropdown & combobox's pop upv0.19.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dropdown.go')
| -rw-r--r-- | dropdown.go | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dropdown.go b/dropdown.go index 79bf302..a12a929 100644 --- a/dropdown.go +++ b/dropdown.go @@ -155,12 +155,13 @@ func showDDview() error { return nil } - /* - // if there is a drop down view active, treat it like a dialog box and close it - if (hideDDview() == nil) { - return nil - } - */ +/* +// if there is a drop down view active, treat it like a dialog box and close it + + if (hideDDview() == nil) { + return nil + } +*/ func (w *guiWidget) dropdownClicked(mouseW, mouseH int) { log.Log(NOW, "dropdownClicked() (w,h) =", mouseW, mouseH) w.SetVisible(false) |
