fix crash on OVE import #17045
This commit is contained in:
parent
f18edb7048
commit
864be03c2f
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ void OveToMScore::convertTrackElements(int track) {
|
|||
}
|
||||
|
||||
if(y_off != 0) {
|
||||
ottava->frontSegment()->setUserOff(QPointF(0, y_off * score_->spatium()));
|
||||
ottava->setUserOff(QPointF(0, y_off * score_->spatium()));
|
||||
}
|
||||
|
||||
Segment* s = measure->getSegment(SegChordRest, absTick);
|
||||
|
|
Loading…
Reference in a new issue