Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv22506/src

Modified Files:
      Tag: AUDACITY_1_2
        AColor.cpp 
Log Message:
Set track label font size for Windows.
Make libflac a project dependency.

Index: AColor.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AColor.cpp,v
retrieving revision 1.10.2.5
retrieving revision 1.10.2.6
diff -u -d -r1.10.2.5 -r1.10.2.6
--- AColor.cpp  13 Nov 2006 05:26:45 -0000      1.10.2.5
+++ AColor.cpp  13 Nov 2006 07:02:16 -0000      1.10.2.6
@@ -162,6 +162,10 @@
    desiredPixelHeight -= 3;
    #endif
    
+   #ifdef __WXMSW__
+   desiredPixelHeight -= 2;
+   #endif
+   
    // Keep making the font bigger until it's too big, then subtract one.
    dc->SetFont(wxFont(fontSize, wxSWISS, wxNORMAL, wxNORMAL));
    dc->GetTextExtent(exampleText, &strW, &strH);


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to