Fix crash when closing and reopening plots

This commit is contained in:
Gaute Lindkvist
2019-11-22 15:42:40 +01:00
parent d079f233a4
commit d6ec710fd9
9 changed files with 21 additions and 23 deletions

View File

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