Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Disable avoid overlap for all new projects
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/core/project/qgsproject.cpp
|
@@ -847,6 +847,7 @@ void QgsProject::clear() |
|
|
mTimeSettings->reset(); |
|
|
mDisplaySettings->reset(); |
|
|
mSnappingConfig.reset(); |
|
|
mAvoidIntersectionsMode = AvoidIntersectionsMode::AllowIntersections; |
|
|
emit avoidIntersectionsModeChanged(); |
|
|
emit topologicalEditingChanged(); |
|
|
|
|
|