mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#539) When view is unlinked, ask user to keep either override or original range filter collection
This commit is contained in:
@@ -74,6 +74,11 @@ void RimViewLinkerCollection::fieldChangedByUi(const caf::PdmFieldHandle* change
|
||||
{
|
||||
if (viewLinker())
|
||||
{
|
||||
if (!isActive)
|
||||
{
|
||||
viewLinker()->applyRangeFilterCollectionByUserChoice();
|
||||
}
|
||||
|
||||
viewLinker()->updateDependentViews();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user