Reintroduce deleted line

An earlier commit removed this line
This commit is contained in:
Magne Sjaastad 2020-05-26 14:38:52 +02:00
parent 920ebd081d
commit b8d9dedad2

View File

@ -2258,7 +2258,10 @@ bool RimEclipseView::isUsingFormationNames() const
{
if ( cellResult()->resultType() == RiaDefines::ResultCatType::FORMATION_NAMES ) return true;
return true;
if ( faultResultSettings()->customFaultResult()->resultType() == RiaDefines::ResultCatType::ALLAN_DIAGRAMS )
{
return true;
}
return eclipsePropertyFilterCollection()->isUsingFormationNames();
}