mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2092 Cross Plot : Detect if curve is a cross plot curve based on anchestor
This commit is contained in:
@@ -61,7 +61,6 @@ void RicNewSummaryCrossPlotCurveFeature::onActionTriggered(bool isChecked)
|
||||
RimSummaryCurve* newCurve = new RimSummaryCurve();
|
||||
cvf::Color3f curveColor = RicWellLogPlotCurveFeatureImpl::curveColorFromTable(plot->curveCount());
|
||||
newCurve->setColor(curveColor);
|
||||
newCurve->setAsCrossPlotCurve();
|
||||
|
||||
plot->addCurveAndUpdate(newCurve);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user