mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4858 Remove unused time step link option from comparison view settings.
This commit is contained in:
@@ -317,9 +317,9 @@ void RiuViewer::slotSetCurrentFrame( int frameIndex )
|
||||
{
|
||||
std::set<Rim3dView*> containingViews = view->viewsUsingThisAsComparisonView();
|
||||
|
||||
for ( auto view : containingViews )
|
||||
for ( auto contView : containingViews )
|
||||
{
|
||||
view->updateCurrentTimeStepAndRedraw();
|
||||
contView->updateCurrentTimeStepAndRedraw();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user