[TD]revert to v0.21 hatch exporting
This commit is contained in:
@@ -524,6 +524,7 @@ bool QGIFace::exporting() const
|
||||
if (!tdScene) {
|
||||
return false;
|
||||
}
|
||||
return tdScene->getExportingSvg();
|
||||
return tdScene->getExportingSvg() ||
|
||||
tdScene->getExportingPdf();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user