#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

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