Update of /cvsroot/audacity/audacity-src/src/toolbars
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv17557/toolbars
Modified Files:
ControlToolBar.cpp
Log Message:
Fix selection redraw/logic bugs and rare segfault
Index: ControlToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/ControlToolBar.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ControlToolBar.cpp 22 Oct 2006 19:35:43 -0000 1.4
+++ ControlToolBar.cpp 6 Nov 2006 11:18:39 -0000 1.5
@@ -425,6 +425,9 @@
if (cutpreview && t0==t1)
return; /* msmeyer: makes no sense */
+
+ if (cutpreview && !mCutPreviewTracks)
+ return; /* no tracks selected, cannot preview */
mStop->Enable();
mRewind->Disable();
-------------------------------------------------------------------------
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