mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
This commit is contained in:
@@ -83,10 +83,10 @@ void RivTextAnnotationPartMgr::buildParts( const caf::DisplayCoordTransform* dis
|
||||
auto collection = annotationCollection();
|
||||
if ( !collection ) return;
|
||||
|
||||
cvf::Vec3d anchorPositionInDomain = getAnchorPointInDomain( collection->snapAnnotations(),
|
||||
collection->annotationPlaneZ() );
|
||||
cvf::Vec3d labelPositionInDomain = getLabelPointInDomain( collection->snapAnnotations(),
|
||||
collection->annotationPlaneZ() );
|
||||
cvf::Vec3d anchorPositionInDomain =
|
||||
getAnchorPointInDomain( collection->snapAnnotations(), collection->annotationPlaneZ() );
|
||||
cvf::Vec3d labelPositionInDomain =
|
||||
getLabelPointInDomain( collection->snapAnnotations(), collection->annotationPlaneZ() );
|
||||
|
||||
cvf::Vec3d anchorPosition = displayXf->transformToDisplayCoord( anchorPositionInDomain );
|
||||
cvf::Vec3d labelPosition = displayXf->transformToDisplayCoord( labelPositionInDomain );
|
||||
|
||||
Reference in New Issue
Block a user