diff widgets/Pane.cpp @ 67:c4fff27cd651

* Add auto-normalize option to waveform layer * Various fixes to display of dB/metered levels in waveform layer. Still need to fix to ensure they don't waste half the display * Add mix channels option to waveform layer * Use multiple transforms menus, one per transform type -- not sure about this * Give centroid plugin two outputs, for log and linear frequency weightings * Show scale units from plugin in time-value display
author Chris Cannam
date Wed, 29 Mar 2006 12:35:17 +0000
parents d072a3b59a0d
children 193b569a975f
line wrap: on
line diff
--- a/widgets/Pane.cpp	Mon Mar 27 16:44:12 2006 +0000
+++ b/widgets/Pane.cpp	Wed Mar 29 12:35:17 2006 +0000
@@ -656,6 +656,8 @@
 
 //!!!	if (mode != ViewManager::DrawMode) {
 
+        if (!m_manager->isPlaying()) {
+
 	if (getSelectedLayer()) {
 
 	    bool previouslyIdentifying = m_identifyFeatures;
@@ -667,6 +669,8 @@
 	    }
 	}
 
+        }
+
 //	}
 
 	return;