Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/brobrobrob/MuseScore into…
Browse files Browse the repository at this point in the history
… bugfix-select-timesig-on-add-timesig
  • Loading branch information
brobrobrob committed Sep 23, 2024
2 parents b21f2a9 + dd5ba30 commit 46642b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/engraving/dom/note.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2262,6 +2262,9 @@ void Note::setTrack(track_idx_t val)
seg->setTrack(val);
}
}
if (m_tieBack) {
m_tieBack->setTrack2(val);
}
for (Spanner* s : m_spannerFor) {
s->setTrack(val);
}
Expand Down

0 comments on commit 46642b9

Please sign in to comment.