Remove an async delete child objects operation

This commit is contained in:
Gaute Lindkvist
2019-02-22 08:44:10 +01:00
parent 735bd5a4b1
commit 64949011b3

View File

@@ -42,7 +42,7 @@ RimGridCrossPlotCollection::~RimGridCrossPlotCollection() {}
//--------------------------------------------------------------------------------------------------
void RimGridCrossPlotCollection::deleteAllChildObjects()
{
m_gridCrossPlots.deleteAllChildObjectsAsync();
m_gridCrossPlots.deleteAllChildObjects();
}
//--------------------------------------------------------------------------------------------------