[Python-checkins] CVS: python/dist/src/Mac/Demo/mlte mlted.py,1.2.2.1,1.2.2.2

Jack Jansen jackjansen@users.sourceforge.net
Mon, 30 Jul 2001 13:25:24 -0700


Update of /cvsroot/python/python/dist/src/Mac/Demo/mlte
In directory usw-pr-cvs1:/tmp/cvs-serv31569/Python/Mac/Demo/mlte

Modified Files:
      Tag: release21-maint
	mlted.py 
Log Message:
Set cursor to arrow also if no windows active. Looks better when run from IDE.

Index: mlted.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Demo/mlte/mlted.py,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -d -r1.2.2.1 -r1.2.2.2
*** mlted.py	2001/07/29 21:50:28	1.2.2.1
--- mlted.py	2001/07/30 20:25:22	1.2.2.2
***************
*** 362,365 ****
--- 362,367 ----
  		if self.active:
  			self.active.do_idle(event)
+ 		else:
+ 			Qd.SetCursor(Qd.qd.arrow)
  
  def main():