From cd31d9416f2b0bcd091ebc81a5e3cab41ee76890 Mon Sep 17 00:00:00 2001 From: Igor Korsukov Date: Tue, 2 Nov 2021 11:20:37 +0100 Subject: [PATCH] Fixed exportAllMediaFiles with capo Port of #9626 (for 3.6.2_backend) --- mscore/file.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mscore/file.cpp b/mscore/file.cpp index f19d0f4670057..0aa14a15b255b 100644 --- a/mscore/file.cpp +++ b/mscore/file.cpp @@ -3585,6 +3585,11 @@ bool MuseScore::exportAllMediaFiles(const QString& inFilePath, const QString& hi score->switchToPageMode(); + score->updateCapo(); + score->update(); + score->styleChanged(); + score->doLayout(); + //// JSON specification /////////////////////////// //jsonForMedia["pngs"] = pngsJsonArray; //jsonForMedia["mposXML"] = mposJson;