Disable avoid overlap for all new projects

This commit is contained in:
uclaros 2021-02-18 22:32:07 +02:00 committed by Nyall Dawson
parent 9b5c4c6139
commit b25fe874a5

View File

@ -847,6 +847,7 @@ void QgsProject::clear()
mTimeSettings->reset();
mDisplaySettings->reset();
mSnappingConfig.reset();
mAvoidIntersectionsMode = AvoidIntersectionsMode::AllowIntersections;
emit avoidIntersectionsModeChanged();
emit topologicalEditingChanged();