#5734 Summary Plot : Crash when toggling plot visibility

This commit is contained in:
Magne Sjaastad
2020-03-28 08:51:37 +01:00
parent 001afc33dd
commit 28d0818848

View File

@@ -1848,6 +1848,8 @@ void RimSummaryPlot::detachAllPlotItems()
{
curve->detachQwtCurve();
}
m_plotInfoLabel->detach();
}
//--------------------------------------------------------------------------------------------------