WBS Plot: Fix disappearing curve names for disabled curves.

This commit is contained in:
Kristian Bendiksen 2024-02-28 11:23:10 +01:00 committed by jonjenssen
parent 8ea017da3c
commit b0ade5d318

View File

@ -286,6 +286,7 @@ void RicNewWellBoreStabilityPlotFeature::createParametersTrack( RimWellBoreStabi
curve->setLineThickness( 2 );
curve->loadDataAndUpdate( false );
curve->setAutoNameComponents( false, true, false, false, false );
curve->updateCurveName();
i++;
}
@ -352,6 +353,7 @@ void RicNewWellBoreStabilityPlotFeature::createStabilityCurvesTrack( RimWellBore
{
curve->setCheckState( false );
}
curve->updateCurveName();
}
RimWellPathCollection* wellPathCollection = RimTools::wellPathCollection();