commit | be80e0e83e80ef60d6d6401e5af765debddcb1f4 | [log] [tgz] |
---|---|---|
author | Sjoerd Mullender <sjoerd@acm.org> | Fri Oct 01 14:39:45 1993 +0000 |
committer | Sjoerd Mullender <sjoerd@acm.org> | Fri Oct 01 14:39:45 1993 +0000 |
tree | 82e0e6efc463fd96e17ea7474dea238dc2c4a647 | |
parent | 148644d5ac57826a8135b20e791062805c4fb046 [diff] [blame] |
Instead of single clicks, use double clicks to get the instance window.
diff --git a/Lib/stdwin/wdbframewin.py b/Lib/stdwin/wdbframewin.py index 3a7f6fe..db3d137 100755 --- a/Lib/stdwin/wdbframewin.py +++ b/Lib/stdwin/wdbframewin.py
@@ -63,6 +63,8 @@ def mouse_down(self, detail): (h, v), clicks, button, mask = detail + if clicks != 2: + return i = v / stdwin.lineheight() if 5 <= i < len(self.displaylist): import string