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

Modified Files:
        MixerToolBar.cpp 
Log Message:
Small sizing problem when switching devices using device toolbar

Index: MixerToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/MixerToolBar.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- MixerToolBar.cpp    13 Oct 2006 03:45:40 -0000      1.3
+++ MixerToolBar.cpp    22 Oct 2006 23:51:41 -0000      1.4
@@ -167,7 +167,7 @@
    Fit();
 
    // And make that size the minimum
-   SetMinSize( GetSizer()->GetMinSize() );
+   SetMinSize( wxWindow::GetSizer()->GetMinSize() );
    SetSize( GetMinSize() );
 
    // Notify someone that we've changed our size


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