fix crash on OVE import #17045

This commit is contained in:
lasconic 2012-06-23 10:51:44 +02:00
parent f18edb7048
commit 864be03c2f

View file

@ -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);