[Python-checkins] CVS: python/dist/src/Mac/Lib EasyDialogs.py,1.32,1.32.4.1
Jack Jansen
jackjansen@users.sourceforge.net
2001年7月27日 07:31:34 -0700
Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv16014
Modified Files:
Tag: release21-maint
EasyDialogs.py
Log Message:
ProgressBar crashed when you tried to drag it. (imported from main
branch 1.33).
Index: EasyDialogs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/EasyDialogs.py,v
retrieving revision 1.32
retrieving revision 1.32.4.1
diff -C2 -d -r1.32 -r1.32.4.1
*** EasyDialogs.py 2001年06月26日 06:57:12 1.32
--- EasyDialogs.py 2001年07月27日 14:31:32 1.32.4.1
***************
*** 278,282 ****
else:
if part == 4: # inDrag
! self.d.DragWindow(where, screenbounds)
else:
MacOS.HandleEvent(ev)
--- 278,282 ----
else:
if part == 4: # inDrag
! self.w.DragWindow(where, screenbounds)
else:
MacOS.HandleEvent(ev)