Merge pull request #10106 from HemantAntony/10102-updateprojectname

Fix #10102: Update project name on save
This commit is contained in:
RomanPudashkin 2021-12-16 10:27:40 +02:00 committed by GitHub
commit 284faf6bca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -556,7 +556,7 @@ bool ProjectActionsController::doSaveScore(const io::path& filePath, project::Sa
return false;
}
if (saveMode == SaveMode::SaveAs && oldPath != filePath) {
if (oldPath != filePath) {
globalContext()->currentMasterNotationChanged().notify();
}