#2331 Save the 2D Intersection views. Turn off unneccesary fields

This commit is contained in:
Jacob Støren
2018-01-29 11:24:53 +01:00
parent a5dd38969f
commit 6dead054c4
4 changed files with 21 additions and 6 deletions

View File

@@ -55,7 +55,6 @@ RimCase::RimCase() : m_isInActiveDestruction(false)
CAF_PDM_InitFieldNoDefault(&m_2dIntersectionViewCollection, "IntersectionViewCollection", "2D Intersection Views", ":/CrossSections16x16.png", "", "");
m_2dIntersectionViewCollection.uiCapability()->setUiTreeHidden(true);
m_2dIntersectionViewCollection.xmlCapability()->setIOWritable(false); // Temporarily until something of value are present.
m_2dIntersectionViewCollection = new Rim2dIntersectionViewCollection();
}