Update of /cvsroot/audacity/audacity-src/src/prefs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2704/prefs

Modified Files:
        SpectrumPrefs.cpp 
Log Message:
Better fix for spectrum prefs bug: Make SpecCache remember min/max frequencies, 
too. 

Index: SpectrumPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/SpectrumPrefs.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- SpectrumPrefs.cpp   3 Feb 2009 05:05:45 -0000       1.26
+++ SpectrumPrefs.cpp   5 Feb 2009 22:15:37 -0000       1.27
@@ -238,13 +238,6 @@
    gPrefs->Write(wxT("/Spectrum/MaxFreq"), maxFreq);
    gPrefs->Write(wxT("/Spectrum/WindowType"), windowType);
 
-   // Update the TrackPanel correspondingly. 
-   // Calling RedrawProject is inefficient relative to sending a msg to 
TrackPanel 
-   // for a particular track and control, but not a real performance hit.
-   AudacityProject* pProj = GetActiveProject();
-   if (pProj)
-      pProj->RedrawProject(true);
-
    return true;
 }
 


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to