Merge pull request #4730 from OPM/feature-plot-color-fill

Feature plot color fill
This commit is contained in:
Gaute Lindkvist
2019-09-18 15:43:14 +02:00
committed by GitHub
17 changed files with 642 additions and 282 deletions

View File

@@ -936,7 +936,7 @@ void RimWellRftPlot::onLoadDataAndUpdate()
{
if ( trackCount() > 0 )
{
trackByIndex( 0 )->setShowFormations( true );
trackByIndex( 0 )->setShowFormations( RiuPlotAnnotationTool::COLOR_SHADING_AND_LINES );
}
m_isOnLoad = false;