[TD]revert to v0.21 hatch exporting

This commit is contained in:
wandererfan
2024-05-16 22:12:18 -04:00
committed by WandererFan
parent 24c5ae1dc2
commit f528e5a796
4 changed files with 14 additions and 2 deletions

View File

@@ -524,6 +524,7 @@ bool QGIFace::exporting() const
if (!tdScene) {
return false;
}
return tdScene->getExportingSvg();
return tdScene->getExportingSvg() ||
tdScene->getExportingPdf();
}