Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30818
Modified Files: Tag: impd_0_37 u_main.tk Log Message: -dash blows up on OSX
Index: u_main.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v retrieving revision 1.1.1.4.2.7.4.44 retrieving revision 1.1.1.4.2.7.4.45 diff -C2 -d -r1.1.1.4.2.7.4.44 -r1.1.1.4.2.7.4.45 *** u_main.tk 19 Apr 2004 23:42:20 -0000 1.1.1.4.2.7.4.44 --- u_main.tk 20 Apr 2004 01:20:44 -0000 1.1.1.4.2.7.4.45 *************** *** 846,850 **** foreach {ox1 oy1 ox2 oy2} [$canvas bbox ${id}o${out}] {} wire_draw lnew $canvas 1 $cx $cy $cx $cy ! $canvas itemconfigure lnew -dash "4 4 4 4" set wire_from [list $id $out] return --- 846,851 ---- foreach {ox1 oy1 ox2 oy2} [$canvas bbox ${id}o${out}] {} wire_draw lnew $canvas 1 $cx $cy $cx $cy ! #!@#$ -dash blows up on OSX ! #$canvas itemconfigure lnew -dash "4 4 4 4" set wire_from [list $id $out] return