Skip to content

Commit

Permalink
WBS Plot: Fix disappearing curve names for disabled curves.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriben committed Feb 28, 2024
1 parent 2108b46 commit 134d793
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ void RicNewWellBoreStabilityPlotFeature::createParametersTrack( RimWellBoreStabi
curve->setLineThickness( 2 );
curve->loadDataAndUpdate( false );
curve->setAutoNameComponents( false, true, false, false, false );
curve->updateCurveName();

i++;
}
Expand Down Expand Up @@ -352,6 +353,7 @@ void RicNewWellBoreStabilityPlotFeature::createStabilityCurvesTrack( RimWellBore
{
curve->setCheckState( false );
}
curve->updateCurveName();
}

RimWellPathCollection* wellPathCollection = RimTools::wellPathCollection();
Expand Down

0 comments on commit 134d793

Please sign in to comment.