Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7217

Modified Files:
        TrackPanel.cpp 
Log Message:
Forgot to save a couple of files before committing.


Index: TrackPanel.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/TrackPanel.cpp,v
retrieving revision 1.449
retrieving revision 1.450
diff -u -d -r1.449 -r1.450
--- TrackPanel.cpp      16 May 2009 11:13:12 -0000      1.449
+++ TrackPanel.cpp      16 May 2009 11:24:35 -0000      1.450
@@ -6917,13 +6917,11 @@
    //which won't ever be shown.
    pParent = pParentIn;
    int i;
-   for(i=0; i<16; i++)
+   for (i = 0; i < 16; i++) {
       MakeMoreSliders();
+   }
 
    int fontSize = 10;
-#if defined(__WXMSW__) || defined(__WXGTK__)
-   fontSize = 10;
-#endif
    mFont.Create(fontSize, wxSWISS, wxNORMAL, wxNORMAL);
 
    int allowableWidth = GetTitleWidth() - 2; // 2 to allow for left/right 
borders


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to