]> granicus.if.org Git - python/commitdiff
ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 27 Jul 2001 09:21:28 +0000 (09:21 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 27 Jul 2001 09:21:28 +0000 (09:21 +0000)
Mac/Lib/EasyDialogs.py

index a9d3e1601375aac8eee3f392f9c1dbe45bc00734..19439089105aadd80c53715a4a96b1c253ceb4be 100644 (file)
@@ -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)