mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8054 StimPlan Model Plot: Show date in stress legend.
This commit is contained in:
parent
94138e92db
commit
d9af96cd2a
@ -168,7 +168,7 @@ void RimStimPlanModelCurve::performDataExtraction( bool* isUsingPseudoLength )
|
||||
QString RimStimPlanModelCurve::createCurveAutoName()
|
||||
{
|
||||
QString textWithLineFeed = caf::AppEnum<RiaDefines::CurveProperty>::uiText( m_curveProperty() ).trimmed();
|
||||
if ( m_curveProperty == RiaDefines::CurveProperty::PRESSURE )
|
||||
if ( m_curveProperty == RiaDefines::CurveProperty::PRESSURE || m_curveProperty == RiaDefines::CurveProperty::STRESS )
|
||||
{
|
||||
// Append date for pressure
|
||||
QString pressureDate = m_stimPlanModel->pressureDate();
|
||||
|
Loading…
Reference in New Issue
Block a user