Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22867
Modified Files: Tag: devel_0_39 desire.tk Log Message: fixed [nbx] (@focused is dead)
Index: desire.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v retrieving revision 1.1.2.570 retrieving revision 1.1.2.571 diff -C2 -d -r1.1.2.570 -r1.1.2.571 *** desire.tk 19 Nov 2006 22:47:10 -0000 1.1.2.570 --- desire.tk 20 Nov 2006 00:35:40 -0000 1.1.2.571 *************** *** 4911,4915 **** $self item BASE polygon $points -outline [$self look frame3] -fill [parse_color $@bcol] $self item BASE4 polygon $points2 -outline [$self look frame3] -fill $color4 ! if {!$@focused} {set @text $@val} $self item NUMBER text [list $xt $yt] -anchor w -text $@text \ -font [$self look font] -fill [parse_color $@fcol] --- 4911,4915 ---- $self item BASE polygon $points -outline [$self look frame3] -fill [parse_color $@bcol] $self item BASE4 polygon $points2 -outline [$self look frame3] -fill $color4 ! if {!$focused} {set @text $@val} $self item NUMBER text [list $xt $yt] -anchor w -text $@text \ -font [$self look font] -fill [parse_color $@fcol]