Merge pull request #5076 from Jojo-Schmitz/continuous

fix #289765: Continuous view: Key change forces double barline
This commit is contained in:
anatoly-os 2019-08-01 14:21:17 +02:00 committed by GitHub
commit 5892cadcfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,7 @@ void Score::resetSystems(bool layoutAll, LayoutContext& lc)
m->removeSystemTrailer();
if (m->tick() >= lc.startTick && m->tick() <= lc.endTick) {
// for measures in range, do full layout
m->createEndBarLines(true);
m->createEndBarLines(false);
m->computeMinWidth();
ww = m->width();
m->stretchMeasure(ww);