Fix crash when closing and reopening plots

This commit is contained in:
Gaute Lindkvist
2019-11-22 15:42:40 +01:00
parent f130163ee8
commit 293290827b
9 changed files with 20 additions and 22 deletions

View File

@@ -1216,7 +1216,7 @@ void RimGridCrossPlotDataSet::triggerPlotNameUpdateAndReplot()
if ( parent )
{
parent->updateCurveNamesAndPlotTitle();
parent->reattachCurvesToQwtAndReplot();
parent->reattachAllCurves();
parent->updateConnectedEditors();
}
}