# HG changeset patch # User Chris Cannam # Date 1568637296 -3600 # Node ID 395ef06beab118832b0dac75c168f733d94f9680 # Parent 996e971df9e7ba57393b306ce281b9ba9c1e7f4f Comment diff -r 996e971df9e7 -r 395ef06beab1 view/View.cpp --- 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;