summaryrefslogtreecommitdiff
path: root/dropdown.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 21:47:31 -0600
committerJeff Carr <[email protected]>2024-02-01 21:47:31 -0600
commitdddef229dcab1cd2c5ab7101dc5a4781478c0a62 (patch)
tree1c3944f04f323214f17ab716196a7edd65834308 /dropdown.go
parent13b0daed7cb950c1244a8e6e42523813178d4c7d (diff)
dropdown & combobox's pop upv0.19.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dropdown.go')
-rw-r--r--dropdown.go13
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)