Mercurial > hg > svgui
diff layer/Colour3DPlotRenderer.h @ 1161:436df5f24bda 3.0-integration
Fix forehead-slapping failure to use the right model when rendering 3d plot in peaks cache mode (i.e. when zoomed quite far out)
author | Chris Cannam |
---|---|
date | Fri, 04 Nov 2016 16:32:41 +0000 |
parents | 2976f57164ac |
children | ab169938832a |
line wrap: on
line diff
--- a/layer/Colour3DPlotRenderer.h Thu Nov 03 14:57:00 2016 +0000 +++ b/layer/Colour3DPlotRenderer.h Fri Nov 04 16:32:41 2016 +0000 @@ -302,7 +302,8 @@ RenderType decideRenderType(const LayerGeometryProvider *) const; - ColumnOp::Column getColumn(int sx, int minbin, int nbins) const; + ColumnOp::Column getColumn(int sx, int minbin, int nbins, + bool usePeaksCache) const; }; #endif