summaryrefslogtreecommitdiff
path: root/dropdown.go
diff options
context:
space:
mode:
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)