mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve method name to reflect implementation.
RimColorLegendCollection::allColorLegeds is better than RimColorLegendCollection::customColorLegends since method returns both kinds of color legends.
This commit is contained in:
committed by
Magne Sjaastad
parent
0b9577df71
commit
30ee125749
@@ -1064,7 +1064,7 @@ QList<caf::PdmOptionItemInfo>
|
||||
{
|
||||
RimProject* project = RimProject::current();
|
||||
RimColorLegendCollection* colorLegendCollection = project->colorLegendCollection();
|
||||
std::vector<RimColorLegend*> colorLegends = colorLegendCollection->customColorLegends();
|
||||
std::vector<RimColorLegend*> colorLegends = colorLegendCollection->allColorLegends();
|
||||
|
||||
for ( RimColorLegend* colorLegend : colorLegends )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user