mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4257 Rename Legend Definition to color legend
This commit is contained in:
@@ -33,7 +33,7 @@ CAF_PDM_SOURCE_INIT(RimGeoMechCellColors, "GeoMechResultSlot");
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimGeoMechCellColors::RimGeoMechCellColors(void)
|
||||
{
|
||||
CAF_PDM_InitFieldNoDefault(&legendConfig, "LegendDefinition", "Legend Definition", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&legendConfig, "LegendDefinition", "Color Legend", "", "", "");
|
||||
this->legendConfig = new RimRegularLegendConfig();
|
||||
legendConfig.uiCapability()->setUiHidden(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user