fix #280908 landscape pdf cropped on the right side

This commit is contained in:
AntonioBL 2019-01-09 13:55:11 +01:00
parent 6d522eedb1
commit b4ca9af433

View file

@ -2063,8 +2063,6 @@ bool MuseScore::savePdf(Score* cs_, QPrinter& printer)
printer.setOutputFormat(QPrinter::PdfFormat);
#endif
printer.setPageOrientation(size.width() > size.height() ? QPageLayout::Landscape : QPageLayout::Portrait);
printer.setCreator("MuseScore Version: " VERSION);
if (!printer.setPageMargins(QMarginsF()))
qDebug("unable to clear printer margins");