changeset 1510:872873aa6463

Merge
author Chris Cannam
date Tue, 17 Sep 2019 12:50:58 +0100
parents 8145a9c4c253 (current diff) 395ef06beab1 (diff)
children a473b73fb045 d5ef91dc2ea7 1ccb64bfb22b
files
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/view/View.cpp	Tue Sep 17 12:50:34 2019 +0100
+++ b/view/View.cpp	Tue Sep 17 12:50:58 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;