[TD]remove obsolete exportingPdf flag handling

This commit is contained in:
wandererfan
2023-10-21 09:31:55 -04:00
committed by WandererFan
parent 327518c3c5
commit 4b80ea044d
6 changed files with 28 additions and 61 deletions

View File

@@ -90,11 +90,6 @@ void QGIViewSection::drawSectionFace()
newFace->setFillColor(faceColor);
newFace->setFillStyle(Qt::SolidPattern);
} else if (section->CutSurfaceDisplay.isValue("SvgHatch")) {
if (getExporting()) {
newFace->hideSvg(true);
} else {
newFace->hideSvg(false);
}
newFace->setFillMode(QGIFace::SvgFill);
newFace->setHatchColor(sectionVp->HatchColor.getValue());
newFace->setHatchScale(section->HatchScale.getValue());