ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero.

This commit is contained in:
Jack Jansen 2001-07-27 09:21:28 +00:00
parent 33dc0a1705
commit 8d2f3d66ee
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class ProgressBar:
raise KeyboardInterrupt, ev raise KeyboardInterrupt, ev
else: else:
if part == 4: # inDrag if part == 4: # inDrag
self.d.DragWindow(where, screenbounds) self.w.DragWindow(where, screenbounds)
else: else:
MacOS.HandleEvent(ev) MacOS.HandleEvent(ev)