mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#467) Performing updates of track after all curves have been moved
This commit is contained in:
@@ -45,9 +45,10 @@ void RicWellLogPlotTrackFeatureImpl::moveCurvesToWellLogPlotTrack(RimWellLogPlot
|
||||
}
|
||||
|
||||
wellLogPlotTrack->addCurve(curves[cIdx]);
|
||||
wellLogPlotTrack->updateAxisRangesAndReplot();
|
||||
wellLogPlotTrack->updateConnectedEditors();
|
||||
}
|
||||
|
||||
wellLogPlotTrack->updateAxisRangesAndReplot();
|
||||
wellLogPlotTrack->updateConnectedEditors();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user