Skip to content

Commit fec7c70

Browse files
3nidsnyalldawson
authored andcommittedDec 15, 2017
fix context was not correctly set on project opening
1 parent 4eab13d commit fec7c70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsproject.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,7 @@ bool QgsProject::readProjectFile( const QString &filename )
922922
mCrs = projectCrs;
923923

924924
mTransformContext.readXml( doc->documentElement(), *doc, context );
925+
emit transformContextChanged();
925926

926927
QDomNodeList nl = doc->elementsByTagName( QStringLiteral( "autotransaction" ) );
927928
if ( nl.count() )

0 commit comments

Comments
 (0)
Please sign in to comment.