mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#829 Update display and pick information when reloading / selecting a formation names file
This commit is contained in:
@@ -307,6 +307,14 @@ void RimEclipseCase::updateFormationNamesData()
|
||||
{
|
||||
rigEclipseCase->setActiveFormationNames(nullptr);
|
||||
}
|
||||
std::vector<RimView*> views = this->views();
|
||||
for(RimView* view : views)
|
||||
{
|
||||
if(view && view->isUsingFormationNames())
|
||||
{
|
||||
view->scheduleCreateDisplayModelAndRedraw();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user