mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
WBS Plot: Fix disappearing curve names for disabled curves.
This commit is contained in:
parent
8ea017da3c
commit
b0ade5d318
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user