mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #4730 from OPM/feature-plot-color-fill
Feature plot color fill
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user