mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Show color palette in facies properties.
This commit is contained in:
parent
caa4fdc538
commit
1c2b6d4c4d
@ -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() ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user