mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
apply default transform to newly created project
This commit is contained in:
parent
92a46f02cf
commit
aa65da42f9
@ -493,6 +493,10 @@ void QgsProject::clear()
|
||||
mTrustLayerMetadata = false;
|
||||
mCustomVariables.clear();
|
||||
|
||||
QgsCoordinateTransformContext context;
|
||||
context.readSettings();
|
||||
setTransformContext( context );
|
||||
|
||||
mEmbeddedLayers.clear();
|
||||
mRelationManager->clear();
|
||||
mAnnotationManager->clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user