[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 3a0152b076
commit e484db2a03
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();
}