mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed missing intersection colors when cellresults are turned off
This commit is contained in:
@@ -792,15 +792,10 @@ void RimEclipseView::updateVisibleGeometriesAndCellColors()
|
||||
|
||||
this->updateFaultColors();
|
||||
|
||||
if ( ( this->hasUserRequestedAnimation() && this->cellResult()->hasResult() ) ||
|
||||
this->cellResult()->isTernarySaturationSelected() )
|
||||
{
|
||||
m_intersectionCollection->updateCellResultColor( m_currentTimeStep );
|
||||
}
|
||||
else
|
||||
{
|
||||
m_intersectionCollection->applySingleColorEffect();
|
||||
}
|
||||
m_intersectionCollection->updateCellResultColor( ( this->hasUserRequestedAnimation() &&
|
||||
this->cellResult()->hasResult() ) ||
|
||||
this->cellResult()->isTernarySaturationSelected(),
|
||||
m_currentTimeStep );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user