From: Jack Jansen Date: Fri, 27 Jul 2001 14:31:32 +0000 (+0000) Subject: ProgressBar crashed when you tried to drag it. (imported from main X-Git-Tag: v2.1.2c1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dbbb805fccdd701182177969f5cefcf44820e4b;p=thirdparty%2FPython%2Fcpython.git ProgressBar crashed when you tried to drag it. (imported from main branch 1.33). --- diff --git a/Mac/Lib/EasyDialogs.py b/Mac/Lib/EasyDialogs.py index a9d3e1601375..19439089105a 100644 --- a/Mac/Lib/EasyDialogs.py +++ b/Mac/Lib/EasyDialogs.py @@ -277,7 +277,7 @@ class ProgressBar: raise KeyboardInterrupt, ev else: if part == 4: # inDrag - self.d.DragWindow(where, screenbounds) + self.w.DragWindow(where, screenbounds) else: MacOS.HandleEvent(ev)