Mercurial > hg > svgui
changeset 1419:8e40faa56ffd
Comments
author | Chris Cannam |
---|---|
date | Thu, 14 Feb 2019 13:12:36 +0000 |
parents | 2487521e857b |
children | 2e0d9e68343d |
files | layer/Colour3DPlotLayer.cpp layer/SpectrogramLayer.cpp |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.cpp Wed Jan 23 14:44:16 2019 +0000 +++ b/layer/Colour3DPlotLayer.cpp Thu Feb 14 13:12:36 2019 +0000 @@ -647,6 +647,9 @@ bool Colour3DPlotLayer::isLayerScrollable(const LayerGeometryProvider * /* v */) const { + // we do our own cacheing, and don't want to be responsible for + // guaranteeing to get an invisible seam if someone else scrolls + // us and we just fill in return false; }
--- a/layer/SpectrogramLayer.cpp Wed Jan 23 14:44:16 2019 +0000 +++ b/layer/SpectrogramLayer.cpp Thu Feb 14 13:12:36 2019 +0000 @@ -1056,6 +1056,9 @@ bool SpectrogramLayer::isLayerScrollable(const LayerGeometryProvider *) const { + // we do our own cacheing, and don't want to be responsible for + // guaranteeing to get an invisible seam if someone else scrolls + // us and we just fill in return false; }