mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1321 Close the Flow Characteristics plot when closing the project
This commit is contained in:
parent
c30afc9ece
commit
4e4b7fb023
@ -63,6 +63,9 @@ void RimFlowPlotCollection::closeDefaultPlotWindowAndDeletePlots()
|
|||||||
m_defaultWellAllocPlot->removeFromMdiAreaAndDeleteViewWidget();
|
m_defaultWellAllocPlot->removeFromMdiAreaAndDeleteViewWidget();
|
||||||
delete m_defaultWellAllocPlot();
|
delete m_defaultWellAllocPlot();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete m_flowCharacteristicsPlot;
|
||||||
|
|
||||||
m_storedWellAllocPlots.deleteAllChildObjects();
|
m_storedWellAllocPlots.deleteAllChildObjects();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user