mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added support for geo mech property filters for managed views
This commit is contained in:
@@ -137,16 +137,16 @@ RigActiveCellInfo* RimCellRangeFilterCollection::activeCellInfo() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimCellRangeFilterCollection::fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue)
|
||||
{
|
||||
updateUiUpdateDisplayModel();
|
||||
this->updateUiIconFromToggleField();
|
||||
|
||||
updateDisplayModeNotifyManagedViews();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimCellRangeFilterCollection::updateUiUpdateDisplayModel()
|
||||
void RimCellRangeFilterCollection::updateDisplayModeNotifyManagedViews()
|
||||
{
|
||||
this->updateUiIconFromToggleField();
|
||||
|
||||
RimView* rimView = NULL;
|
||||
firstAnchestorOrThisOfType(rimView);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user