mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#539) Added framework for update of range filter based on master
Propagate pointer to a range filter if only a single filter is modified Moved lifetime management of range filter collection to RimView
This commit is contained in:
@@ -87,7 +87,7 @@ void RicDeleteItemExec::redo()
|
||||
|
||||
if (rangeFilterColl)
|
||||
{
|
||||
rangeFilterColl->updateDisplayModeNotifyManagedViews();
|
||||
rangeFilterColl->updateDisplayModeNotifyManagedViews(NULL);
|
||||
}
|
||||
|
||||
RimEclipsePropertyFilterCollection* eclipsePropColl;
|
||||
|
||||
Reference in New Issue
Block a user