link frames added after parts
This commit is contained in:
parent
9d40f8e15e
commit
7a19d481cd
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue