#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

@@ -78,7 +78,7 @@ void RicWellPathImportCompletionsFileFeature::onActionTriggered(bool isChecked)
if (app->project())
{
app->project()->createDisplayModelAndRedrawAllViews();
app->project()->scheduleCreateDisplayModelAndRedrawAllViews();
}
}

View File

@@ -101,7 +101,7 @@ void RicWellPathImportPerforationIntervalsFeature::onActionTriggered(bool isChec
if (app->project())
{
app->project()->createDisplayModelAndRedrawAllViews();
app->project()->scheduleCreateDisplayModelAndRedrawAllViews();
}
if (lastPerforationInterval)