mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5125 Update well measurement colors on legend changes in 3d views.
This commit is contained in:
@@ -587,6 +587,8 @@ std::vector<RimLegendConfig*> RimGeoMechView::legendConfigs() const
|
||||
absLegendConfigs.push_back( sepInterResDef->regularLegendConfig() );
|
||||
}
|
||||
|
||||
absLegendConfigs.push_back( m_wellMeasurementCollection->legendConfig() );
|
||||
|
||||
return absLegendConfigs;
|
||||
}
|
||||
|
||||
@@ -715,6 +717,11 @@ bool RimGeoMechView::isTimeStepDependentDataVisible() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if ( m_wellMeasurementCollection->isChecked() )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user