#3590 Fix changing ov property filter of linked maps. Stop being able to modify a slave.

This commit is contained in:
Gaute Lindkvist
2018-10-31 13:04:58 +01:00
parent 6c25aff479
commit 32fb09ca3c
3 changed files with 10 additions and 1 deletions
@@ -1853,3 +1853,11 @@ const RimPropertyFilterCollection* RimEclipseView::propertyFilterCollection() co
{
return eclipsePropertyFilterCollection();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimPropertyFilterCollection* RimEclipseView::nonOverridePropertyFilterCollection()
{
return m_propertyFilterCollection();
}