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

Modified Files:
        Envelope.cpp 
Log Message:
Fix crash when move EQ point and pressing escape.  Bug #230

Index: Envelope.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Envelope.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Envelope.cpp        11 Feb 2007 23:36:58 -0000      1.46
+++ Envelope.cpp        1 Aug 2007 03:21:29 -0000       1.47
@@ -70,6 +70,7 @@
 
 Envelope::~Envelope()
 {
+   mDragPoint = -1;
    WX_CLEAR_ARRAY(mEnv);
 }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to