mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Curve creator. Set line style NONE for observed data curves (II). Remove test code.
This commit is contained in:
parent
330f8a43b3
commit
fddabb61e2
@ -885,11 +885,6 @@ void RicSummaryCurveCreator::syncPreviewCurvesFromUiSelection()
|
||||
|
||||
for (int i = 0; i < addressCount; i++)
|
||||
{
|
||||
auto qName = allAddresses[i].quantityName();
|
||||
if (qName.find(OBSERVED_DATA_AVALUE_POSTFIX) != qName.npos)
|
||||
{
|
||||
int i = 0;
|
||||
}
|
||||
if (selectedAddresses.count(allAddresses[i]) > 0)
|
||||
{
|
||||
addrUnion.insert(allAddresses[i]);
|
||||
@ -1271,6 +1266,8 @@ void RicSummaryCurveCreator::applyAppearanceToAllPreviewCurves()
|
||||
{
|
||||
curve->resetAppearance();
|
||||
curveLookCalc.setupCurveLook(curve);
|
||||
if (isObservedData(curve->summaryCase()))
|
||||
curve->setLineStyle(RimPlotCurve::STYLE_NONE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user