diff layer/WaveformLayer.cpp @ 41:f2c416cbdaa9

* Add time/Hz description for waveform model to the bottom right of a pane containing a waveform (also tried this in the status bar, wasn't so good) * Further spectrogram fixes
author Chris Cannam
date Fri, 24 Feb 2006 17:26:11 +0000
parents c43f2c4f66f2
children ad214997dddb
line wrap: on
line diff
--- a/layer/WaveformLayer.cpp	Fri Feb 24 15:46:47 2006 +0000
+++ b/layer/WaveformLayer.cpp	Fri Feb 24 17:26:11 2006 +0000
@@ -659,6 +659,7 @@
     }
 
     if (m_aggressive) {
+
 	if (ready && rect == m_view->rect()) {
 	    m_cacheValid = true;
 	    m_cacheZoomLevel = zoomLevel;