#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

@@ -133,7 +133,7 @@ void RimStimPlanFractureTemplate::fieldChangedByUi(const caf::PdmFieldHandle* ch
fracture->setStimPlanTimeIndexToPlot(m_activeTimeStepIndex);
}
}
proj->createDisplayModelAndRedrawAllViews();
proj->scheduleCreateDisplayModelAndRedrawAllViews();
}
}
@@ -147,7 +147,7 @@ void RimStimPlanFractureTemplate::fieldChangedByUi(const caf::PdmFieldHandle* ch
this->firstAncestorOrThisOfType(proj);
if (proj)
{
proj->createDisplayModelAndRedrawAllViews();
proj->scheduleCreateDisplayModelAndRedrawAllViews();
}
}
@@ -693,8 +693,7 @@ void RimStimPlanFractureTemplate::reload()
this->firstAncestorOrThisOfType(proj);
if (proj)
{
proj->createDisplayModelAndRedrawAllViews();
proj->scheduleCreateDisplayModelAndRedrawAllViews();
RiaCompletionTypeCalculationScheduler::instance()->scheduleRecalculateCompletionTypeAndRedrawAllViews();
}
}