#4894 Fix missing updates when changing zscale and using linked views.

Prepare for fix of scalez-problems with comparison view
This commit is contained in:
Jacob Støren
2019-10-21 09:01:35 +02:00
parent d8a8a615a8
commit 86cb90515b
4 changed files with 21 additions and 32 deletions

View File

@@ -418,14 +418,6 @@ void RimGridView::fieldChangedByUi( const caf::PdmFieldHandle* changedField,
viewLinker->updateCamera( this );
}
}
else if ( changedField == &m_currentTimeStep )
{
RimViewLinker* viewLinker = this->assosiatedViewLinker();
if ( viewLinker )
{
viewLinker->updateTimeStep( this, m_currentTimeStep );
}
}
}
//--------------------------------------------------------------------------------------------------