diff layer/Colour3DPlotRenderer.cpp @ 1235:dd3901fe8623

Wire up normalise-visible-area mode in colour 3d plot
author Chris Cannam
date Fri, 27 Jan 2017 11:39:42 +0000
parents 3ef162c9df00
children 784c92f93fb6
line wrap: on
line diff
--- a/layer/Colour3DPlotRenderer.cpp	Fri Jan 27 11:39:29 2017 +0000
+++ b/layer/Colour3DPlotRenderer.cpp	Fri Jan 27 11:39:42 2017 +0000
@@ -105,7 +105,7 @@
 
         } else if (m_secondsPerXPixelValid) {
             double predicted = m_secondsPerXPixel * rect.width();
-#ifdef DEBUG_COLOUR_PLOT_REPAINT
+/#ifdef DEBUG_COLOUR_PLOT_REPAINT
             SVDEBUG << "Predicted time for width " << rect.width() << " = "
                     << predicted << endl;
 #endif