mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix crashes related to name config and make name correct for old plots when loading
This commit is contained in:
@@ -86,7 +86,7 @@ Rim3dView::Rim3dView(void)
|
||||
CVF_ASSERT(preferences);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_nameConfig, "NameConfig", "", "", "", "");
|
||||
m_nameConfig = new RimViewNameConfig(this);
|
||||
m_nameConfig = new RimViewNameConfig();
|
||||
|
||||
CAF_PDM_InitField(&m_name_OBSOLETE, "UserDescription", QString(""), "Name", "", "", "");
|
||||
m_name_OBSOLETE.xmlCapability()->setIOWritable(false);
|
||||
|
||||
Reference in New Issue
Block a user