Improve handling of LGRs in cell filters (#7783)

* Improve handling of LGRs in cell filters
This commit is contained in:
jonjenssen
2021-06-16 17:31:25 +02:00
committed by Magne Sjaastad
parent 7f99a9561b
commit aa2b4305de
15 changed files with 163 additions and 83 deletions

View File

@@ -262,7 +262,8 @@ void RicAdvancedSnapshotExportFeature::exportViewVariationsToFolder( RimGridView
}
else
{
RimCellRangeFilter* rangeFilter = rimView->cellFilterCollection()->addNewCellRangeFilter( rimCase );
int gridIndex = 0;
RimCellRangeFilter* rangeFilter = rimView->cellFilterCollection()->addNewCellRangeFilter( rimCase, gridIndex );
bool rangeFilterInitState = rimView->cellFilterCollection()->isActive();
rimView->cellFilterCollection()->setActive( true );