Skip to content

Commit

Permalink
fix #153721: Export parts creates PDFs with huge glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Jan 2, 2017
1 parent cd8d237 commit 168eee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/file.cpp
Expand Up @@ -1946,6 +1946,7 @@ bool MuseScore::savePdf(QList<Score*> cs, const QString& saveName)
Score* firstScore = cs[0];

QPrinter printerDev(QPrinter::HighResolution);
printerDev.setResolution(preferences.exportPdfDpi);
const PageFormat* pf = firstScore->pageFormat();
printerDev.setPaperSize(pf->size(), QPrinter::Inch);

Expand Down

0 comments on commit 168eee2

Please sign in to comment.