Skip to content

Commit

Permalink
Merge pull request #4558 from mattmcclinch/281573-choose-instruments
Browse files Browse the repository at this point in the history
fix #281573: New Score Wizard crashes if "Done" is pressed when "Choose Instruments" is selected.
  • Loading branch information
anatoly-os committed Jan 11, 2019
2 parents 187126a + e78dfe3 commit 2f0a28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/newwizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ void NewWizardTemplatePage::fileAccepted(const QString& s)

void NewWizardTemplatePage::templateChanged(const QString& s)
{
setFinalPage(QFileInfo(s).completeBaseName() != "00-Blank");
path = s;
emit completeChanged();
}
Expand Down

0 comments on commit 2f0a28a

Please sign in to comment.