mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed unused methods, use updateUiUpdateDisplayModel on RangeFilterCollection
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "RigCaseData.h"
|
||||
#include "RigGridBase.h"
|
||||
#include "RigMainGrid.h"
|
||||
|
||||
#include "RimEclipseCase.h"
|
||||
#include "RimCellRangeFilterCollection.h"
|
||||
#include "RimEclipseView.h"
|
||||
@@ -81,8 +82,7 @@ void RimCellRangeFilter::fieldChangedByUi(const caf::PdmFieldHandle* changedFiel
|
||||
{
|
||||
computeAndSetValidValues();
|
||||
|
||||
CVF_ASSERT(parentContainer());
|
||||
parentContainer()->fieldChangedByUi(changedField, oldValue, newValue);
|
||||
parentContainer()->updateUiUpdateDisplayModel();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user