Skip to content

Commit

Permalink
fix #81371: crash/hang with frames at end of score
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSabatella authored and lasconic committed Sep 27, 2015
1 parent be16ef3 commit 3270ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2815,7 +2815,7 @@ QList<System*> Score::layoutSystemRow(qreal rowWidth, bool isFirstSystem, bool u
if (curMeasure)
curMeasure = curMeasure->prev();
else
curMeasure = lastMeasure();
curMeasure = last();
}
firstInRow = false;
}
Expand Down

0 comments on commit 3270ee0

Please sign in to comment.