Skip to content

Commit

Permalink
Unlock updates when migrating, otherwise the score will not be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-spa committed Jun 23, 2023
1 parent c972e96 commit f5f13fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/project/internal/projectmigrator.cpp
Expand Up @@ -142,6 +142,7 @@ Ret ProjectMigrator::migrateProject(engraving::EngravingProjectPtr project, cons
return make_ret(Ret::Code::InternalError);
}

score->lockUpdates(false);
score->startCmd();

bool ok = true;
Expand Down

0 comments on commit f5f13fb

Please sign in to comment.