mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-23 23:13:39 -06:00
Revert hard setting of linestyle NONE fro observed data. Must be more graceful
This commit is contained in:
parent
38d87dddb1
commit
00ef13094a
@ -961,8 +961,8 @@ void RicSummaryCurveCreator::updatePreviewCurvesFromCurveDefinitions(const std::
|
||||
curve->applyCurveAutoNameSettings(*m_curveNameConfig());
|
||||
m_previewPlot->addCurveNoUpdate(curve);
|
||||
curveLookCalc.setupCurveLook(curve);
|
||||
if(isObservedData(currentCase))
|
||||
curve->setLineStyle(RimPlotCurve::STYLE_NONE);
|
||||
//if(isObservedData(currentCase))
|
||||
// curve->setLineStyle(RimPlotCurve::STYLE_NONE);
|
||||
}
|
||||
|
||||
m_previewPlot->loadDataAndUpdate();
|
||||
@ -1266,8 +1266,8 @@ void RicSummaryCurveCreator::applyAppearanceToAllPreviewCurves()
|
||||
{
|
||||
curve->resetAppearance();
|
||||
curveLookCalc.setupCurveLook(curve);
|
||||
if (isObservedData(curve->summaryCase()))
|
||||
curve->setLineStyle(RimPlotCurve::STYLE_NONE);
|
||||
// if (isObservedData(curve->summaryCase()))
|
||||
// curve->setLineStyle(RimPlotCurve::STYLE_NONE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user