diff --git a/ApplicationCode/ProjectDataModel/RimGeoMechView.cpp b/ApplicationCode/ProjectDataModel/RimGeoMechView.cpp index 5d49cacebc..223d43c9cf 100644 --- a/ApplicationCode/ProjectDataModel/RimGeoMechView.cpp +++ b/ApplicationCode/ProjectDataModel/RimGeoMechView.cpp @@ -525,6 +525,7 @@ std::vector RimGeoMechView::legendConfigs() const std::vector absLegendConfigs; absLegendConfigs.push_back(cellResult()->legendConfig()); + absLegendConfigs.push_back(tensorResults()->arrowColorLegendConfig()); return absLegendConfigs;