diff layer/Colour3DPlotLayer.cpp @ 1419:8e40faa56ffd

Comments
author Chris Cannam
date Thu, 14 Feb 2019 13:12:36 +0000
parents fa986b91d77f
children af824022bffd
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;
 }