Skip to content

Commit

Permalink
fix #66241: note offset not preserved for tab
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSabatella authored and lasconic committed Jun 22, 2015
1 parent e204c4f commit dc1c677
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libmscore/note.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1673,9 +1673,10 @@ void Note::layout()

void Note::layout2()
{
// this is now done in Score::layoutChords3()
// for standard staves this is done in Score::layoutChords3()
// so that the results are available there
// adjustReadPos();
if (staff()->isTabStaff())
adjustReadPos();

int dots = chord()->dots();
if (dots) {
Expand Down

0 comments on commit dc1c677

Please sign in to comment.