Skip to content

Commit

Permalink
Manually merged #6132 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-os committed Jul 23, 2020
1 parent 73a1313 commit f864104
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 @@ -122,7 +122,7 @@ void Score::collectLinearSystem(LayoutContext& lc)
m->mmRest()->setSystem(nullptr);
}
if (firstMeasure) {
system->layoutSystem(0.0);
system->layoutSystem(pos.rx());
if (m->repeatStart()) {
Segment* s = m->findSegmentR(SegmentType::StartRepeatBarLine, Fraction(0,1));
if (!s->enabled()) {
Expand Down

0 comments on commit f864104

Please sign in to comment.