#5125 Update RimWellMeasurementInViewCollection when measurements are imported.

This commit is contained in:
Kristian Bendiksen
2019-12-03 10:20:45 +01:00
parent 66ac8fee1d
commit 3583e2ee10
7 changed files with 53 additions and 7 deletions

View File

@@ -932,6 +932,8 @@ void RimEclipseView::onLoadDataAndUpdate()
m_virtualPerforationResult->loadData();
}
m_wellMeasurementCollection->syncWithChangesInWellMeasurementCollection();
this->scheduleCreateDisplayModelAndRedraw();
}