mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2474 Fractures. Do not store object name to project file
This commit is contained in:
@@ -64,7 +64,7 @@ static QString toString(const std::pair<QString, QString>& resultNameAndUnit);
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimStimPlanColors::RimStimPlanColors()
|
||||
{
|
||||
CAF_PDM_InitObject("StimPlan Colors", ":/FractureSymbol16x16.png", "", "");
|
||||
CAF_PDM_InitObject("Fractures", ":/FractureSymbol16x16.png", "", "");
|
||||
|
||||
CAF_PDM_InitField(&m_resultNameAndUnit, "ResultName", QString(""), "Result Variable", "", "", "");
|
||||
|
||||
@@ -76,9 +76,6 @@ RimStimPlanColors::RimStimPlanColors()
|
||||
CAF_PDM_InitField(&m_showStimPlanMesh, "ShowStimPlanMesh", true, "Show Mesh", "", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_stimPlanCellVizMode, "StimPlanCellVizMode", "Color Interpolation", "", "", "");
|
||||
|
||||
setName("Fractures");
|
||||
nameField()->uiCapability()->setUiReadOnly(true);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user