[PD-cvs] pd/src u_main.tk,1.17.2.8,1.17.2.9

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue May 15 03:45:49 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	u_main.tk 
Log Message:
removed GNU/Linux font hack for array displays since it shouldn't be needed

Index: u_main.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v
retrieving revision 1.17.2.8
retrieving revision 1.17.2.9
diff -C2 -d -r1.17.2.8 -r1.17.2.9
*** u_main.tk	15 May 2007 01:22:03 -0000	1.17.2.8
--- u_main.tk	15 May 2007 01:45:47 -0000	1.17.2.9
***************
*** 1395,1401 ****
      global pd_array_listview_entry
      global pd_nt
-     if {$pd_nt == 0} {
-       set font [expr $font - 2]
-     }
      set lbName [format ".%sArrayWindow.lb" $arrayName]
      if {[winfo exists $lbName.entry]} {
--- 1395,1398 ----





More information about the Pd-cvs mailing list