[PD-cvs] pd/src desire.tk,1.1.2.600.2.320,1.1.2.600.2.321

Mathieu Bouchard matju at users.sourceforge.net
Wed Aug 8 23:33:59 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11518

Modified Files:
      Tag: desiredata
	desire.tk 
Log Message:
fix for select_all


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.320
retrieving revision 1.1.2.600.2.321
diff -C2 -d -r1.1.2.600.2.320 -r1.1.2.600.2.321
*** desire.tk	8 Aug 2007 21:12:36 -0000	1.1.2.600.2.320
--- desire.tk	8 Aug 2007 21:33:55 -0000	1.1.2.600.2.321
***************
*** 3707,3711 ****
  }
  
! def Canvas   select_all {} {$@objectsel reinit [$objects list]}
  def Canvas deselect_all {} {$@objectsel clear; $@wiresel clear}
  
--- 3707,3714 ----
  }
  
! def Canvas   select_all {} {
! 	eval [concat [list $@objectsel reinit] [$@objects list]]
! 	eval [concat [list   $@wiresel reinit] [  $@wires list]]
! }
  def Canvas deselect_all {} {$@objectsel clear; $@wiresel clear}
  





More information about the Pd-cvs mailing list