mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Save the 2D Intersection views. Turn off unneccesary fields
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user