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 Nov 24, 2021
1 parent fbde017 commit cd31d94
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 cd31d94

Please sign in to comment.