Skip to content

Commit

Permalink
fix context was not correctly set on project opening
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Dec 15, 2017
1 parent 4eab13d commit fec7c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsproject.cpp
Expand Up @@ -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() )
Expand Down

0 comments on commit fec7c70

Please sign in to comment.