mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2944 Stop auto-zooming on load of Well Log Curves.
This commit is contained in:
@@ -70,11 +70,13 @@ void RicWellLogPlotTrackFeatureImpl::moveCurvesToWellLogPlotTrack(RimWellLogTrac
|
||||
|
||||
for (std::set<RimWellLogTrack*>::iterator tIt = srcTracks.begin(); tIt != srcTracks.end(); ++tIt)
|
||||
{
|
||||
(*tIt)->updateXZoomAndParentPlotDepthZoom();
|
||||
(*tIt)->updateParentPlotZoom();
|
||||
(*tIt)->calculateXZoomRangeAndUpdateQwt();
|
||||
}
|
||||
|
||||
destTrack->loadDataAndUpdate();
|
||||
destTrack->updateXZoomAndParentPlotDepthZoom();
|
||||
destTrack->updateParentPlotZoom();
|
||||
destTrack->calculateXZoomRangeAndUpdateQwt();
|
||||
destTrack->updateConnectedEditors();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user