Skip to content

Commit

Permalink
Removed an accidental marking a score as "dirty"
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereverzev committed Dec 29, 2020
1 parent 0d4a381 commit 10dee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/migration/scoremigrator_3_6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void ScoreMigrator_3_6::migrateScore(Ms::Score* score)
break;
}

if (successfulMigration)
if (successfulMigration && score->mscVersion() != Ms::MSCVERSION)
score->undo(new Ms::ChangeMetaText(score, "mscVersion", MSC_VERSION));

score->endCmd();
Expand Down

0 comments on commit 10dee08

Please sign in to comment.