commit | ca379955534e91eb567aca751360fa6a5c475c51 | [log] [tgz] |
---|---|---|
author | Just van Rossum <just@lettererror.com> | Thu Feb 25 23:00:43 1999 +0000 |
committer | Just van Rossum <just@lettererror.com> | Thu Feb 25 23:00:43 1999 +0000 |
tree | 52c7a71dac626d9a848193287c26282ef26e121c | |
parent | 68922f06bf8fecc15c16e911f5f0a58ec6eabc18 [diff] [blame] |
added slight delay in Scrollbar.click() for more intuitive response -- jvr
diff --git a/Mac/Tools/IDE/Wcontrols.py b/Mac/Tools/IDE/Wcontrols.py index f619bb9..c5511d4 100644 --- a/Mac/Tools/IDE/Wcontrols.py +++ b/Mac/Tools/IDE/Wcontrols.py
@@ -305,6 +305,8 @@ self._control.HiliteControl(part) self._hit(part) oldpart = part + import time + time.sleep(0.3) while Evt.StillDown(): part = self._control.TestControl(point) if part == oldpart: