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 2f5a87f commit cdf878dCopy full SHA for cdf878d
src/core/qgsproject.cpp
@@ -665,6 +665,7 @@ void QgsProject::clear()
665
mLayoutManager->clear();
666
mSnappingConfig.reset();
667
emit snappingConfigChanged( mSnappingConfig );
668
+ emit topologicalEditingChanged();
669
670
mMapThemeCollection.reset( new QgsMapThemeCollection( this ) );
671
emit mapThemeCollectionChanged();
@@ -1339,6 +1340,7 @@ bool QgsProject::readProjectFile( const QString &filename )
1339
1340
emit readProject( *doc );
1341
emit readProjectWithContext( *doc, context );
1342
1343
1344
1345
// if all went well, we're allegedly in pristine state
1346
if ( clean )
0 commit comments