mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5929 Separate Fault Result: Missing fault coloring when Cell Result is defined "None"
This commit is contained in:
parent
73c1f97431
commit
718c1ac827
@ -616,6 +616,11 @@ void RimEclipseView::onCreateDisplayModel()
|
||||
onUpdateLegends();
|
||||
}
|
||||
|
||||
if ( m_faultResultSettings && m_faultResultSettings->hasValidCustomResult() )
|
||||
{
|
||||
updateFaultColors();
|
||||
}
|
||||
|
||||
std::vector<RimFlowCharacteristicsPlot*> characteristicsPlots;
|
||||
this->objectsWithReferringPtrFieldsOfType( characteristicsPlots );
|
||||
for ( auto plot : characteristicsPlots )
|
||||
|
Loading…
Reference in New Issue
Block a user