(#467) Performing updates of track after all curves have been moved

This commit is contained in:
Pål Hagen
2015-10-19 14:02:39 +02:00
parent 2893b29bbc
commit b2e04b47d9

View File

@@ -45,9 +45,10 @@ void RicWellLogPlotTrackFeatureImpl::moveCurvesToWellLogPlotTrack(RimWellLogPlot
}
wellLogPlotTrack->addCurve(curves[cIdx]);
wellLogPlotTrack->updateAxisRangesAndReplot();
wellLogPlotTrack->updateConnectedEditors();
}
wellLogPlotTrack->updateAxisRangesAndReplot();
wellLogPlotTrack->updateConnectedEditors();
}
//--------------------------------------------------------------------------------------------------