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
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue