#3489 Fix legend text for flow diagnostics.

This commit is contained in:
Gaute Lindkvist
2018-11-21 13:32:55 +01:00
parent 17524f66f8
commit d69153c013
6 changed files with 136 additions and 102 deletions

View File

@@ -138,7 +138,7 @@ QString Rim3dWellLogExtractionCurve::resultPropertyString() const
QString name;
if (eclipseCase)
{
name = caf::Utils::makeValidFileBasename(m_eclipseResultDefinition->resultVariableUiName());
name = caf::Utils::makeValidFileBasename(m_eclipseResultDefinition->resultVariableUiShortName());
}
else if (geoMechCase)
{