Skip to content

Commit

Permalink
Fixed exportAllMediaFiles with capo
Browse files Browse the repository at this point in the history
Port of musescore#9626 (for 3.6.2_backend)
  • Loading branch information
igorkorsukov authored and Jojo-Schmitz committed Mar 5, 2023
1 parent 1b764c6 commit 38a9927
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mscore/file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 38a9927

Please sign in to comment.