Fix source stepping on calculated vectors

Make sure the calculation ID is set when a calculated vector is selected in the toolbar
This commit is contained in:
Magne Sjaastad
2024-03-19 14:18:41 +01:00
parent a248be13cc
commit 84875bef4f
2 changed files with 28 additions and 6 deletions

View File

@@ -1165,6 +1165,8 @@ void RimSummaryCaseCollection::onCalculationUpdated()
m_dataVectorFolders->deleteCalculatedObjects();
m_dataVectorFolders->updateFolderStructure( ensembleSummaryAddresses(), -1, m_ensembleId );
m_analyzer.reset();
updateConnectedEditors();
}