Modeled Well : Several view update issues (#7463)

This commit is contained in:
Magne Sjaastad
2021-03-05 15:19:55 +01:00
committed by GitHub
parent 6f3640ff78
commit c1f7f0f66f
7 changed files with 46 additions and 8 deletions

View File

@@ -1029,6 +1029,8 @@ bool RimWellPath::isAssociatedWithSimulationWell() const
void RimWellPath::onChildDeleted( caf::PdmChildArrayFieldHandle* childArray,
std::vector<caf::PdmObjectHandle*>& referringObjects )
{
RimProject::current()->reloadCompletionTypeResultsInAllViews();
updateConnectedEditors();
}