[PD-cvs] pd/src desire.tk,1.1.2.547,1.1.2.548

chunlee chunlee at users.sourceforge.net
Mon Nov 13 01:29:24 CET 2006


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

Modified Files:
      Tag: devel_0_39
	desire.tk 
Log Message:
change the color of active draw to the same as textbox fg


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.547
retrieving revision 1.1.2.548
diff -C2 -d -r1.1.2.547 -r1.1.2.548
*** desire.tk	12 Nov 2006 22:59:48 -0000	1.1.2.547
--- desire.tk	13 Nov 2006 00:29:21 -0000	1.1.2.548
***************
*** 3790,3794 ****
  	if {$current == ""} {return}
  	if {![string compare $current 0]} {return}
! 	set col "#ffcc00"
  	if {[$@canvas keynav]} {
  		if {[$current class] == "Wire"} {
--- 3790,3795 ----
  	if {$current == ""} {return}
  	if {![string compare $current 0]} {return}
! 	#set col "#ffcc00"
! 	set col [$self look fg]
  	if {[$@canvas keynav]} {
  		if {[$current class] == "Wire"} {





More information about the Pd-cvs mailing list