# HG changeset patch # User Chris Cannam # Date 1568721058 -3600 # Node ID 872873aa64632ac5c484e490b1b72736821b10f5 # Parent 8145a9c4c2538b70c1ae16d089ddf401bff08bf8# Parent 395ef06beab118832b0dac75c168f733d94f9680 Merge diff -r 8145a9c4c253 -r 872873aa6463 view/View.cpp --- 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;