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

Modified Files:
        Track.cpp 
Log Message:
Fix height when "undoing" minimized tracks

Index: Track.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Track.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Track.cpp   8 Apr 2007 09:11:25 -0000       1.37
+++ Track.cpp   20 May 2007 20:03:15 -0000      1.38
@@ -85,6 +85,7 @@
 
    mSelected = orig.mSelected;
    mLinked = orig.mLinked;
+   mTeamed = orig.mTeamed;
    mMute = orig.mMute;
    mSolo = orig.mSolo;
    mHeight = orig.mHeight;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to