Skip to content

Commit 10dee08

Browse files
committed
Removed an accidental marking a score as "dirty"
1 parent 0d4a381 commit 10dee08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mscore/migration/scoremigrator_3_6.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void ScoreMigrator_3_6::migrateScore(Ms::Score* score)
3535
break;
3636
}
3737

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

4141
score->endCmd();

0 commit comments

Comments
 (0)