Skip to content

Commit 2564cf3

Browse files
committedMay 17, 2018
Write labeling engine settings in project file
1 parent d5cec14 commit 2564cf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/core/qgsproject.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,6 +1631,7 @@ bool QgsProject::writeProjectFile( const QString &filename )
16311631
}
16321632
qgisNode.appendChild( layerOrderNode );
16331633

1634+
mLabelingEngineSettings->writeSettingsToProject( this );
16341635

16351636
// now add the optional extra properties
16361637

@@ -1646,8 +1647,6 @@ bool QgsProject::writeProjectFile( const QString &filename )
16461647

16471648
mMapThemeCollection->writeXml( *doc );
16481649

1649-
mLabelingEngineSettings->writeSettingsToProject( this );
1650-
16511650
mTransformContext.writeXml( qgisNode, context );
16521651

16531652
QDomElement metadataElem = doc->createElement( QStringLiteral( "projectMetadata" ) );

0 commit comments

Comments
 (0)
Please sign in to comment.