#11896 Make sure the Fractures folder in view is visible when required

The Fractures folder in a 3D view becomes visible when the first fracture is added. Make sure that the Project Tree is recreated correctly.
This commit is contained in:
Magne Sjaastad
2024-11-21 13:48:05 +01:00
parent 3cc2958384
commit db20065e1e
4 changed files with 19 additions and 0 deletions

View File

@@ -150,6 +150,8 @@ void RicCreateMultipleFracturesFeature::slotAppendFractures()
coll->updateConnectedEditors();
}
RimWellPathFractureCollection::updateAfterFractureIsAdded();
proj->reloadCompletionTypeResultsInAllViews();
}