Fishbones : Propagate displayCoordTransform to well path part manager

This commit is contained in:
Magne Sjaastad
2017-05-05 12:12:51 +02:00
parent a8cab547a0
commit 2dcf3c75f5
5 changed files with 21 additions and 6 deletions

View File

@@ -699,7 +699,8 @@ void RimView::addWellPathsToModel(cvf::ModelBasicList* wellPathModelBasicList,
displayModelOffset,
scaleTransform,
characteristicCellSize,
wellPathClipBoundingBox);
wellPathClipBoundingBox,
this->displayCoordTransform().p());
}
wellPathModelBasicList->updateBoundingBoxesRecursive();