mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Also a renamed typo allign -> align
This commit is contained in:
@@ -46,8 +46,8 @@ void RicWellLogPlotTrackFeatureImpl::moveCurvesToWellLogPlotTrack(RimWellLogPlot
|
||||
|
||||
wellLogPlotTrack->insertCurve(curves[cIdx], cIdx);
|
||||
}
|
||||
|
||||
wellLogPlotTrack->allignDepthZoomToPlotAndZoomAllX();
|
||||
wellLogPlotTrack->loadDataAndUpdate();
|
||||
wellLogPlotTrack->alignDepthZoomToPlotAndZoomAllX();
|
||||
wellLogPlotTrack->updateConnectedEditors();
|
||||
}
|
||||
|
||||
@@ -59,7 +59,8 @@ void RicWellLogPlotTrackFeatureImpl::moveCurvesToWellLogPlotTrack(RimWellLogPlot
|
||||
CVF_ASSERT(wellLogPlotTrack && insertAfterCurve);
|
||||
|
||||
wellLogPlotTrack->moveCurves(insertAfterCurve, curves);
|
||||
wellLogPlotTrack->allignDepthZoomToPlotAndZoomAllX();
|
||||
wellLogPlotTrack->loadDataAndUpdate();
|
||||
wellLogPlotTrack->alignDepthZoomToPlotAndZoomAllX();
|
||||
wellLogPlotTrack->updateConnectedEditors();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user