[PD-cvs] pd/src desire.tk,1.1.2.600.2.45,1.1.2.600.2.46

chunlee chunlee at users.sourceforge.net
Fri Dec 8 17:40:48 CET 2006


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

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


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.45
retrieving revision 1.1.2.600.2.46
diff -C2 -d -r1.1.2.600.2.45 -r1.1.2.600.2.46
*** desire.tk	8 Dec 2006 16:16:02 -0000	1.1.2.600.2.45
--- desire.tk	8 Dec 2006 16:40:44 -0000	1.1.2.600.2.46
***************
*** 4041,4045 ****
  		set points [$self io_bbox $which $i $n]
  		$self item [list $which$i $which] rectangle $points -outline $color -fill $color -width 1
! 		[$@canvas widget] raise $self$which$i
  	}
  }
--- 4041,4045 ----
  		set points [$self io_bbox $which $i $n]
  		$self item [list $which$i $which] rectangle $points -outline $color -fill $color -width 1
! 		[[$self get_canvas] widget] raise $self$which$i
  	}
  }





More information about the Pd-cvs mailing list