[PD-cvs] SF.net SVN: pure-data: [9998] branches/pd-extended/v0-40/pd/src/u_main.tk

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Fri Jun 13 18:03:40 CEST 2008


Revision: 9998
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9998&view=rev
Author:   eighthave
Date:     2008-06-13 09:03:39 -0700 (Fri, 13 Jun 2008)

Log Message:
-----------
lower the Pd window to the background so patches open on top

Modified Paths:
--------------
    branches/pd-extended/v0-40/pd/src/u_main.tk

Modified: branches/pd-extended/v0-40/pd/src/u_main.tk
===================================================================
--- branches/pd-extended/v0-40/pd/src/u_main.tk	2008-06-13 14:36:24 UTC (rev 9997)
+++ branches/pd-extended/v0-40/pd/src/u_main.tk	2008-06-13 16:03:39 UTC (rev 9998)
@@ -3728,6 +3728,9 @@
     set fontweight $fontweight_from_pd
     global pd_fontlist
     set pd_fontlist {}
+	
+	# lower the Pd window to the background so patches open on top
+	lower .
 
     set fontlist ""
     foreach i {8 9 10 12 14 16 18 24 30 36} {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list