We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d5cec14 commit 2564cf3Copy full SHA for 2564cf3
src/core/qgsproject.cpp
@@ -1631,6 +1631,7 @@ bool QgsProject::writeProjectFile( const QString &filename )
1631
}
1632
qgisNode.appendChild( layerOrderNode );
1633
1634
+ mLabelingEngineSettings->writeSettingsToProject( this );
1635
1636
// now add the optional extra properties
1637
@@ -1646,8 +1647,6 @@ bool QgsProject::writeProjectFile( const QString &filename )
1646
1647
1648
mMapThemeCollection->writeXml( *doc );
1649
- mLabelingEngineSettings->writeSettingsToProject( this );
1650
-
1651
mTransformContext.writeXml( qgisNode, context );
1652
1653
QDomElement metadataElem = doc->createElement( QStringLiteral( "projectMetadata" ) );
0 commit comments