Skip to content

Commit

Permalink
fix #287698: Crash when finishing Setup Wizard with tempo box checked…
Browse files Browse the repository at this point in the history
… in 3.1 Beta
  • Loading branch information
Jojo-Schmitz committed Apr 14, 2019
1 parent 25c8a3e commit b7b65f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/file.cpp
Expand Up @@ -759,7 +759,7 @@ MasterScore* MuseScore::getNewFile()
tt->setTrack(0);
Segment* seg = score->firstMeasure()->first(SegmentType::ChordRest);
seg->add(tt);
score->setTempo(0, tempo);
score->setTempo(Fraction::fromTicks(0), tempo);
}
if (!copyright.isEmpty())
score->setMetaTag("copyright", copyright);
Expand Down

0 comments on commit b7b65f4

Please sign in to comment.