We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4a381 commit 10dee08Copy full SHA for 10dee08
mscore/migration/scoremigrator_3_6.cpp
@@ -35,7 +35,7 @@ void ScoreMigrator_3_6::migrateScore(Ms::Score* score)
35
break;
36
}
37
38
- if (successfulMigration)
+ if (successfulMigration && score->mscVersion() != Ms::MSCVERSION)
39
score->undo(new Ms::ChangeMetaText(score, "mscVersion", MSC_VERSION));
40
41
score->endCmd();
0 commit comments