diff layer/Colour3DPlotRenderer.h @ 1095:ba62684a4512 spectrogram-minor-refactor

Fix draw buffer sizing problem in scaled rendering
author Chris Cannam
date Mon, 11 Jul 2016 10:38:23 +0100
parents 8a815776151c
children 6288f1b5f49b
line wrap: on
line diff
--- a/layer/Colour3DPlotRenderer.h	Thu Jul 07 19:18:31 2016 +0100
+++ b/layer/Colour3DPlotRenderer.h	Mon Jul 11 10:38:23 2016 +0100
@@ -182,6 +182,7 @@
                          bool usePeaksCache,
                          bool rightToLeft,
                          bool timeConstrained);
+    void recreateDrawBuffer(int w, int h);
     void clearDrawBuffer(int w, int h);
 };