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

Modified Files:
        ControlToolBar.cpp 
Log Message:
Fixes an issue when CTRL+click play and nothing selected...no longer able to 
play anything after that.

Index: ControlToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/ControlToolBar.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ControlToolBar.cpp  20 May 2007 19:15:16 -0000      1.13
+++ ControlToolBar.cpp  25 May 2007 05:05:58 -0000      1.14
@@ -424,9 +424,11 @@
       return;
    }
    
-   if (cutpreview && t0==t1)
+   if (cutpreview && t0==t1) {
+      mPlay->PopUp();
       return; /* msmeyer: makes no sense */
-      
+   }
+
    mStop->Enable();
    mRewind->Disable();
    mBatch->Disable();


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