mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5019 Add separate intersection results collection and items
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
#include "cafPdmUiToolButtonEditor.h"
|
||||
#include "cafPdmUiTreeSelectionEditor.h"
|
||||
#include "cafUtils.h"
|
||||
#include "RimIntersectionResultDefinition.h"
|
||||
|
||||
namespace caf
|
||||
{
|
||||
@@ -442,6 +443,13 @@ void RimEclipseResultDefinition::updateAnyFieldHasChanged()
|
||||
cellColors->updateConnectedEditors();
|
||||
}
|
||||
|
||||
RimIntersectionResultDefinition* intersectResDef = nullptr;
|
||||
this->firstAncestorOrThisOfType( intersectResDef );
|
||||
if ( intersectResDef )
|
||||
{
|
||||
intersectResDef->updateConnectedEditors();
|
||||
}
|
||||
|
||||
RimGridCrossPlotDataSet* crossPlotCurveSet = nullptr;
|
||||
this->firstAncestorOrThisOfType( crossPlotCurveSet );
|
||||
if ( crossPlotCurveSet )
|
||||
|
||||
Reference in New Issue
Block a user