mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve handling of LGRs in cell filters (#7783)
* Improve handling of LGRs in cell filters
This commit is contained in:
committed by
Magne Sjaastad
parent
7f99a9561b
commit
aa2b4305de
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user