diff --git a/Mac/Lib/EasyDialogs.py b/Mac/Lib/EasyDialogs.py index a9d3e160137..19439089105 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)