#4892 Simplified Unlink View command. Works on pprimary view as well.

This commit is contained in:
Jacob Støren
2019-10-28 17:13:18 +01:00
parent 159d54477a
commit 1774d123cc
4 changed files with 47 additions and 13 deletions

View File

@@ -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;
}