changeset 1508:395ef06beab1

Comment
author Chris Cannam
date Mon, 16 Sep 2019 13:34:56 +0100
parents 996e971df9e7
children 872873aa6463
files view/View.cpp
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/view/View.cpp	Fri Sep 13 17:40:59 2019 +0100
+++ b/view/View.cpp	Mon Sep 16 13:34:56 2019 +0100
@@ -2281,8 +2281,9 @@
 
     // Some layers may need an aligning proxy. If a layer's model has
     // a source model that is the reference model for the aligning
-    // model, and the layer is tagged as to be aligned, then we use an
-    // aligning proxy.
+    // model, and the layer is tagged as to be aligned, then we might
+    // use an aligning proxy. Note this is actually made use of only
+    // if m_useAligningProxy is true further down.
     
     ModelId alignmentModelId;
     ModelId alignmentReferenceId;