(#528) Using case and current result from active view when adding new curve

This commit is contained in:
Pål Hagen
2015-09-25 14:35:30 +02:00
parent 4e3f51909b
commit d8acb9d1bc
6 changed files with 45 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ void RicNewWellLogPlotTrackFeature::onActionTriggered(bool isChecked)
plotTrack->setDescription(QString("Track %1").arg(wellLogPlot->trackCount()));
wellLogPlot->updateConnectedEditors();
RicNewWellLogCurveExtractionFeature::addCurve(plotTrack);
RicNewWellLogCurveExtractionFeature::addCurve(plotTrack, NULL, NULL);
}
}