(#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

@@ -51,7 +51,7 @@ bool RicNewWellLogPlotFeature::isCommandEnabled()
void RicNewWellLogPlotFeature::onActionTriggered(bool isChecked)
{
RimWellLogPlotTrack* plotTrack = RicNewWellLogPlotFeatureImpl::createWellLogPlotTrack();
RicNewWellLogCurveExtractionFeature::addCurve(plotTrack);
RicNewWellLogCurveExtractionFeature::addCurve(plotTrack, NULL, NULL);
}
//--------------------------------------------------------------------------------------------------