summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Lib/EasyDialogs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/EasyDialogs.py b/Mac/Lib/EasyDialogs.py
index a9d3e16..1943908 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)