Skip to content

Commit

Permalink
Merge pull request #5076 from Jojo-Schmitz/continuous
Browse files Browse the repository at this point in the history
fix #289765: Continuous view: Key change forces double barline
  • Loading branch information
anatoly-os committed Aug 1, 2019
2 parents 0644926 + 4251aba commit 5892cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/layoutlinear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5892cad

Please sign in to comment.