Merge branch 'master' of github.com:FreeCAD/FreeCAD into TD-DetailWork

This commit is contained in:
donovaly
2020-06-01 14:06:56 +02:00
105 changed files with 32645 additions and 32497 deletions

View File

@@ -670,7 +670,9 @@ void MDIViewPage::printPdf(std::string file)
printer.setOrientation(m_orientation);
}
printer.setPaperSize(m_paperSize);
m_view->setExporting(true);
print(&printer);
m_view->setExporting(false);
}
void MDIViewPage::print()