mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4338 Add grouping result to Grid Cross Plot Data set property editor
This commit is contained in:
@@ -183,6 +183,19 @@ void RimEclipseCellColors::initAfterRead()
|
||||
updateIconState();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimEclipseCellColors::defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering& uiOrdering)
|
||||
{
|
||||
RimEclipseResultDefinition::defineUiOrdering(uiConfigName, uiOrdering);
|
||||
|
||||
if (uiConfigName == "AddLegendLevels")
|
||||
{
|
||||
legendConfig()->uiOrdering("NumIntervalsOnly", uiOrdering);
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user