mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure filters are connected to geomech view on project reload
This commit is contained in:
@@ -130,6 +130,7 @@ void RimCellFilterCollection::setCase( RimCase* theCase )
|
||||
for ( RimCellFilter* filter : m_cellFilters )
|
||||
{
|
||||
filter->setCase( theCase );
|
||||
filter->filterChanged.connect( this, &RimCellFilterCollection::onFilterUpdated );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user