2108 summary plot. Display short name in plot for calculated curves

This commit is contained in:
Bjørn Erik Jensen
2017-12-01 15:14:47 +01:00
parent eb6b0997c8
commit 83a272296c
4 changed files with 24 additions and 2 deletions

View File

@@ -552,6 +552,15 @@ void RimPlotCurve::setZOrder(double z)
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimPlotCurve::setCustomCurveName(const QString& customName)
{
m_isUsingAutoName = false;
m_customCurveName = customName;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------