Skip to content

Commit

Permalink
Use precision from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 15, 2018
1 parent 1503422 commit 128a226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsgeometryvalidationservice.cpp
Expand Up @@ -211,7 +211,7 @@ void QgsGeometryValidationService::enableLayerChecks( QgsVectorLayer *layer )
precision = 8;
}

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

QList<QgsGeometryCheck *> layerChecks;

Expand Down

0 comments on commit 128a226

Please sign in to comment.