mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
This is to support manually changing the MD directly in the project file. Fixes #7953.
This commit is contained in:
committed by
GitHub
parent
1df25ed71c
commit
cd91a96871
@@ -665,6 +665,12 @@ bool RiaApplication::loadProject( const QString& projectFileName,
|
||||
}
|
||||
|
||||
oilField->annotationCollection()->loadDataAndUpdate();
|
||||
|
||||
for ( auto well : oilField->wellPathCollection()->allWellPaths() )
|
||||
{
|
||||
for ( auto stimPlan : well->stimPlanModelCollection()->allStimPlanModels() )
|
||||
stimPlan->resetAnchorPositionAndThicknessDirection();
|
||||
}
|
||||
}
|
||||
|
||||
// Some procedures in onProjectOpened() may rely on the display model having been created
|
||||
|
||||
Reference in New Issue
Block a user