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

Modified Files:
      Tag: Audacity_UmixIt
        Meter.cpp Ruler.cpp 
Log Message:
MixerBoard adjustments for Windows

Index: Ruler.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Ruler.cpp,v
retrieving revision 1.17.2.10.2.2
retrieving revision 1.17.2.10.2.3
diff -u -d -r1.17.2.10.2.2 -r1.17.2.10.2.3
--- Ruler.cpp   27 Feb 2007 10:40:37 -0000      1.17.2.10.2.2
+++ Ruler.cpp   1 Mar 2007 02:28:18 -0000       1.17.2.10.2.3
@@ -646,6 +646,11 @@
      if (desiredPixelHeight < 12)
        desiredPixelHeight = 12;
      #endif
+
+     #ifdef __WXMSW__
+       if ((mOrientation == wxVERTICAL) && (desiredPixelHeight < 14))
+         desiredPixelHeight = 14;
+     #endif
      
      wxMemoryDC memDC;
      wxBitmap dummy(100, 100);

Index: Meter.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Meter.cpp,v
retrieving revision 1.1.2.12.2.5
retrieving revision 1.1.2.12.2.6
diff -u -d -r1.1.2.12.2.5 -r1.1.2.12.2.6
--- Meter.cpp   27 Feb 2007 10:39:33 -0000      1.1.2.12.2.5
+++ Meter.cpp   1 Mar 2007 02:28:18 -0000       1.1.2.12.2.6
@@ -653,9 +653,9 @@
          mRightTextPos = wxPoint(width-mLeftSize.x, height-2-mLeftSize.y);
          width -= mLeftSize.x + mRightSize.x + 8;
 
-         #ifdef __WXMAC__
+         //vvv #ifdef __WXMAC__
          width -= 8;
-         #endif
+         //vvv #endif
       }
       barw = (width-2)/2;
       barh = height - 4;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to