ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero.
This commit is contained in:
parent
33dc0a1705
commit
8d2f3d66ee
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue