mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Fix invalid rename introduce by horizontal/vertical depth log plots
Fix deprecated
This commit is contained in:
@@ -145,7 +145,7 @@ void RiuWellLogPlot::slotSetMinDepth( int value )
|
||||
|
||||
double delta = value - minimumDepth;
|
||||
depthTrackPlot()->setDepthAxisRange( minimumDepth + delta, maximumDepth + delta );
|
||||
depthTrackPlot()->setAutoScaleDepthEnabled( false );
|
||||
depthTrackPlot()->setAutoScaleDepthValuesEnabled( false );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user