mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05: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