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:
@@ -70,7 +70,7 @@ void RimEclipsePropertyFilterCollection::fieldChangedByUi(const caf::PdmFieldHan
|
||||
{
|
||||
this->updateUiIconFromToggleField();
|
||||
|
||||
updateDisplayModel();
|
||||
updateDisplayModelNotifyManagedViews();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -136,7 +136,7 @@ caf::PdmFieldHandle* RimEclipsePropertyFilterCollection::objectToggleField()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimEclipsePropertyFilterCollection::updateDisplayModel()
|
||||
void RimEclipsePropertyFilterCollection::updateDisplayModelNotifyManagedViews()
|
||||
{
|
||||
RimEclipseView* view = NULL;
|
||||
this->firstAnchestorOrThisOfType(view);
|
||||
|
||||
Reference in New Issue
Block a user