Skip to content

Commit 128a226

Browse files
committed
Use precision from settings
1 parent 1503422 commit 128a226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsgeometryvalidationservice.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ void QgsGeometryValidationService::enableLayerChecks( QgsVectorLayer *layer )
211211
precision = 8;
212212
}
213213

214-
checkInformation.context = qgis::make_unique<QgsGeometryCheckContext>( 10, mProject->crs(), mProject->transformContext() );
214+
checkInformation.context = qgis::make_unique<QgsGeometryCheckContext>( precision, mProject->crs(), mProject->transformContext() );
215215

216216
QList<QgsGeometryCheck *> layerChecks;
217217

0 commit comments

Comments
 (0)