Skip to content

Commit

Permalink
Fixes #36796 : Don't modify project when snapping utils object is mod…
Browse files Browse the repository at this point in the history
…ified

(cherry picked from commit 090604c)
  • Loading branch information
troopa81 authored and nyalldawson committed Jun 19, 2020
1 parent 0361872 commit f4182ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -966,7 +966,6 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
mMapCanvas->setSnappingUtils( mSnappingUtils );
connect( QgsProject::instance(), &QgsProject::snappingConfigChanged, mSnappingUtils, &QgsSnappingUtils::setConfig );
connect( QgsProject::instance(), &QgsProject::collectAttachedFiles, this, &QgisApp::generateProjectAttachedFiles );
connect( mSnappingUtils, &QgsSnappingUtils::configChanged, QgsProject::instance(), &QgsProject::setSnappingConfig );


endProfile();
Expand Down

0 comments on commit f4182ad

Please sign in to comment.