Skip to content

Commit

Permalink
Merge pull request #2089 from MarcSabatella/66241-tab-note-offset
Browse files Browse the repository at this point in the history
fix #66241: note offset not preserved for tab
  • Loading branch information
lasconic committed Jun 22, 2015
2 parents 1ef95ec + adaaf10 commit 0e69fa6
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 0e69fa6

Please sign in to comment.