Skip to content

Commit

Permalink
Disable avoid overlap for all new projects
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Feb 18, 2021
1 parent 9b5c4c6 commit b25fe87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/project/qgsproject.cpp
Expand Up @@ -847,6 +847,7 @@ void QgsProject::clear()
mTimeSettings->reset();
mDisplaySettings->reset();
mSnappingConfig.reset();
mAvoidIntersectionsMode = AvoidIntersectionsMode::AllowIntersections;
emit avoidIntersectionsModeChanged();
emit topologicalEditingChanged();

Expand Down

0 comments on commit b25fe87

Please sign in to comment.