mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5471 Make TVDRKB the default depth type for WBS plots
This commit is contained in:
@@ -110,7 +110,7 @@ RimWellBoreStabilityPlot*
|
||||
plot->setPlotTitleVisible( true );
|
||||
plot->setLegendsVisible( true );
|
||||
plot->setLegendsHorizontal( true );
|
||||
plot->setDepthType( RiaDefines::TRUE_VERTICAL_DEPTH );
|
||||
plot->setDepthType( RiaDefines::TRUE_VERTICAL_DEPTH_RKB );
|
||||
plot->setAutoScaleDepthEnabled( true );
|
||||
|
||||
RicNewWellLogPlotFeatureImpl::updateAfterCreation( plot );
|
||||
|
||||
Reference in New Issue
Block a user