Commit 8d2f3d66 authored by Jack Jansen's avatar Jack Jansen

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

parent 33dc0a17
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment