mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4892 Simplified Unlink View command. Works on pprimary view as well.
This commit is contained in:
@@ -961,7 +961,7 @@ bool RimViewController::isRangeFiltersControlled() const
|
||||
{
|
||||
if ( !isRangeFilterControlPossible() ) return false;
|
||||
|
||||
if ( ownerViewLinker()->isActive() && this->m_isActive() )
|
||||
if (ownerViewLinker() && ownerViewLinker()->isActive() && this->m_isActive() )
|
||||
{
|
||||
return m_syncRangeFilters;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user