Skip to content

Commit

Permalink
Merge pull request #3773 from Jojo-Schmitz/templates-2.3
Browse files Browse the repository at this point in the history
Fix #269952: show new templates in new score wizard w/o restart
  • Loading branch information
anatoly-os committed Jun 28, 2018
2 parents 2e61423 + 2ffcf35 commit f6b55d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mscore/file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,7 @@ void MuseScore::updateNewWizard()

void MuseScore::newFile()
{
if (newWizard == 0)
newWizard = new NewWizard(this);
updateNewWizard();
newWizard->restart();
if (newWizard->exec() != QDialog::Accepted)
return;
Expand Down

0 comments on commit f6b55d7

Please sign in to comment.