mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#625) Added access to the generalized propertyFilterCollection in the view
This commit is contained in:
@@ -268,7 +268,7 @@ void RimViewController::updateOverrides()
|
||||
{
|
||||
if (isPropertyFilterOveridden())
|
||||
{
|
||||
manEclView->setOverridePropertyFilterCollection(masterEclipseView->propertyFilterCollection());
|
||||
manEclView->setOverridePropertyFilterCollection(masterEclipseView->eclipsePropertyFilterCollection());
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -284,7 +284,7 @@ void RimViewController::updateOverrides()
|
||||
{
|
||||
if (isPropertyFilterOveridden())
|
||||
{
|
||||
manGeoView->setOverridePropertyFilterCollection(masterGeoView->propertyFilterCollection());
|
||||
manGeoView->setOverridePropertyFilterCollection(masterGeoView->geoMechPropertyFilterCollection());
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -941,7 +941,7 @@ void RimViewController::updateRangeFilterOverrides(RimCellRangeFilter* changedRa
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimViewController::applyRangeFilterCollectionByUserChoice()
|
||||
{
|
||||
if (!m_managedView->overrideRangeFilterCollection())
|
||||
if (!m_managedView->hasOverridenRangeFilterCollection())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user