diff --git a/ApplicationCode/ProjectDataModel/RimColorLegendCollection.cpp b/ApplicationCode/ProjectDataModel/RimColorLegendCollection.cpp index c94b051bd5..16aca3f6d9 100644 --- a/ApplicationCode/ProjectDataModel/RimColorLegendCollection.cpp +++ b/ApplicationCode/ProjectDataModel/RimColorLegendCollection.cpp @@ -39,6 +39,7 @@ RimColorLegendCollection::RimColorLegendCollection() ":/Legend.png", "", "" ); + m_standardColorLegends.xmlCapability()->disableIO(); CAF_PDM_InitFieldNoDefault( &m_customColorLegends, "CustomColorLegends", "Custom Color Legends", ":/Legend.png", "", "" ); }