Show color palette in facies properties.

This commit is contained in:
Kristian Bendiksen 2020-09-25 14:40:45 +02:00
parent caa4fdc538
commit 1c2b6d4c4d

View File

@ -111,7 +111,10 @@ QList<caf::PdmOptionItemInfo> RimFaciesProperties::calculateValueOptions( const
for ( RimColorLegend* colorLegend : colorLegends )
{
options.push_back( caf::PdmOptionItemInfo( colorLegend->colorLegendName(), colorLegend ) );
options.push_back( caf::PdmOptionItemInfo( colorLegend->colorLegendName(),
colorLegend,
false,
colorLegend->paletteIconProvider() ) );
}
}