#5177 Saturation Plots : Plots are not deleted on project close

This commit is contained in:
Magne Sjaastad 2019-12-04 11:48:51 +01:00
parent ed1d02535d
commit 1ba2fc14a5

View File

@ -193,6 +193,7 @@ void RimMainPlotCollection::deleteAllContainedObjects()
m_summaryCrossPlotCollection()->deleteAllChildObjects();
m_gridCrossPlotCollection->deleteAllChildObjects();
m_flowPlotCollection()->closeDefaultPlotWindowAndDeletePlots();
m_saturationPressurePlotCollection()->deleteAllChildObjects();
}
//--------------------------------------------------------------------------------------------------