Skip to content

Commit

Permalink
Merge pull request #1790 from mgavioli/Barline_user_offset_lost_on_re…
Browse files Browse the repository at this point in the history
…load

Bar line user offset lost on score save and reload
  • Loading branch information
lasconic committed Feb 21, 2015
2 parents daf802e + 3331b66 commit 9df93c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/measure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3699,6 +3699,7 @@ void Measure::layoutX(qreal stretch)
else if (t == Element::Type::BAR_LINE) {
e->setPos(QPointF());
barLineWidth = qMax(barLineWidth, e->width());
e->adjustReadPos();
}
else {
if (t != Element::Type::AMBITUS)
Expand Down

0 comments on commit 9df93c9

Please sign in to comment.