mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2727 Legends : Rename to RimRegularLegendConfig
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "RimStimPlanLegendConfig.h"
|
||||
|
||||
#include "RimLegendConfig.h"
|
||||
#include "RimRegularLegendConfig.h"
|
||||
|
||||
#include "cafPdmUiOrdering.h"
|
||||
#include "cafPdmUiTreeOrdering.h"
|
||||
@@ -38,7 +38,7 @@ RimStimPlanLegendConfig::RimStimPlanLegendConfig()
|
||||
m_name.uiCapability()->setUiReadOnly(true);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_legend, "Legend", "Legend", "", "", "");
|
||||
m_legend = new RimLegendConfig;
|
||||
m_legend = new RimRegularLegendConfig;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user