Skip to content

Commit

Permalink
link frames added after parts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSabatella committed Aug 1, 2014
1 parent 9d40f8e commit 7a19d48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2296,6 +2296,8 @@ MeasureBase* Score::insertMeasure(Element::Type type, MeasureBase* measure, bool
score->fixTicks();
}
else {
if (mb != omb)
mb->linkTo(omb);
undo(new InsertMeasure(mb, im));
}
}
Expand Down

0 comments on commit 7a19d48

Please sign in to comment.