Skip to content

Commit

Permalink
Merge pull request #2208 from MarcSabatella/75826-barline-useroff
Browse files Browse the repository at this point in the history
fix #75826: barline offset not saved
  • Loading branch information
wschweer committed Oct 28, 2015
2 parents 0094925 + 3bb24fa commit 71bb9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/barline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@ void BarLine::updateGenerated(bool canBeTrue)
&& _visible == true
&& generatedType == true
&& _customSpan == false
&& !isNudged()
);
}
}
Expand Down

0 comments on commit 71bb9cc

Please sign in to comment.