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

Modified Files:
      Tag: Audacity_UmixIt
        MixerBoard.cpp 
Log Message:
Fixed Mixer Board mute and solo buttons on Mac

Index: MixerBoard.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Attic/MixerBoard.cpp,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- MixerBoard.cpp      26 Feb 2007 09:36:22 -0000      1.1.2.7
+++ MixerBoard.cpp      26 Feb 2007 10:23:47 -0000      1.1.2.8
@@ -850,6 +850,9 @@
 {
    // Much of this is taken TrackLabel::DrawMuteSolo 
    wxMemoryDC dc;
+   wxBitmap dummy(100, 100);
+   dc.SelectObject(dummy);
+
    wxString str = _("Mute"); 
    long textWidth, textHeight;
    AColor::SetLabelFont(dc);


-------------------------------------------------------------------------
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