[TD]export Svg hatch as bitmap (PDF)

This commit is contained in:
wandererfan
2020-05-30 09:46:13 -04:00
committed by WandererFan
parent 7cb6ebef07
commit b937529c7c

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()