Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d2f3d6

Browse files
committed
ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero.
1 parent 33dc0a1 commit 8d2f3d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Lib/EasyDialogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def _update(self, value):
277277
raise KeyboardInterrupt, ev
278278
else:
279279
if part == 4: # inDrag
280-
self.d.DragWindow(where, screenbounds)
280+
self.w.DragWindow(where, screenbounds)
281281
else:
282282
MacOS.HandleEvent(ev)
283283

0 commit comments

Comments
 (0)