#3312 Well Path Creation update preparations. Rename of method

This commit is contained in:
Jacob Støren
2018-09-11 12:41:45 +02:00
parent 63354c7fd0
commit 3d752995d2
25 changed files with 31 additions and 32 deletions

View File

@@ -86,7 +86,7 @@ void Rim3dWellLogCurve::updateCurveIn3dView()
{
RimProject* proj;
this->firstAncestorOrThisOfTypeAsserted(proj);
proj->createDisplayModelAndRedrawAllViews();
proj->scheduleCreateDisplayModelAndRedrawAllViews();
}
//--------------------------------------------------------------------------------------------------
@@ -211,7 +211,7 @@ void Rim3dWellLogCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedField
}
else
{
proj->createDisplayModelAndRedrawAllViews();
proj->scheduleCreateDisplayModelAndRedrawAllViews();
}
}