#5471 Make TVDRKB the default depth type for WBS plots

This commit is contained in:
Gaute Lindkvist
2020-02-06 17:02:57 +01:00
parent 6c566e0ec0
commit 860e6641e5

View File

@@ -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 );