mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix context was not correctly set on project opening
This commit is contained in:
parent
4eab13df8a
commit
fec7c705ff
@ -922,6 +922,7 @@ bool QgsProject::readProjectFile( const QString &filename )
|
||||
mCrs = projectCrs;
|
||||
|
||||
mTransformContext.readXml( doc->documentElement(), *doc, context );
|
||||
emit transformContextChanged();
|
||||
|
||||
QDomNodeList nl = doc->elementsByTagName( QStringLiteral( "autotransaction" ) );
|
||||
if ( nl.count() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user