Skip to content

Commit

Permalink
fix #152206 follow up: show correct revision after save too
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Apr 18, 2017
1 parent 5a42b38 commit 3b91efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/scorefile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ bool Score::saveFile(QIODevice* f, bool msczFormat, bool onlySelection)
if (!onlySelection) {
//update version values for i.e. plugin access
_mscoreVersion = VERSION;
_mscoreRevision = revision.toInt();
_mscoreRevision = revision.toInt(0, 16);
_mscVersion = MSCVERSION;
}
return true;
Expand Down

0 comments on commit 3b91efa

Please sign in to comment.