#950 Improved the updates, but there is still work to be done.

This commit is contained in:
Jacob Støren
2016-11-04 08:08:55 +01:00
parent 296dac48d3
commit 2c6e6f4a80
4 changed files with 57 additions and 3 deletions

View File

@@ -1700,7 +1700,9 @@ void RimEclipseView::axisLabels(cvf::String* xLabel, cvf::String* yLabel, cvf::S
//--------------------------------------------------------------------------------------------------
bool RimEclipseView::isUsingFormationNames() const
{
return (cellResult()->resultType() == RimDefines::FORMATION_NAMES) ;
if ((cellResult()->resultType() == RimDefines::FORMATION_NAMES)) return true;
return eclipsePropertyFilterCollection()->isUsingFormationNames();
}
//--------------------------------------------------------------------------------------------------