[Python-checkins] CVS: python/dist/src/Mac/Demo/textedit ped.py,1.6.4.1,1.6.4.2

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


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

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

Index: ped.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Demo/textedit/ped.py,v
retrieving revision 1.6.4.1
retrieving revision 1.6.4.2
diff -C2 -d -r1.6.4.1 -r1.6.4.2
*** ped.py	2001/07/29 21:50:34	1.6.4.1
--- ped.py	2001/07/30 20:25:28	1.6.4.2
***************
*** 339,342 ****
--- 339,344 ----
  		if self.active:
  			self.active.do_idle()
+ 		else:
+ 			Qd.SetCursor(Qd.qd.arrow)
  
  def main():