#829 Update display and pick information when reloading / selecting a formation names file

This commit is contained in:
Jacob Støren
2016-09-12 11:36:59 +02:00
parent e360c55e16
commit 88af194702
10 changed files with 64 additions and 0 deletions

View File

@@ -655,6 +655,14 @@ void RimGeoMechView::axisLabels(cvf::String* xLabel, cvf::String* yLabel, cvf::S
*zLabel = "Z(3)";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimGeoMechView::isUsingFormationNames() const
{
return cellResult()->hasCategoryResult(); // Correct for now
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------