#4858 Remove unused time step link option from comparison view settings.

This commit is contained in:
Jacob Støren
2019-10-22 13:54:10 +02:00
parent 016f26725a
commit d802edc145
3 changed files with 3 additions and 18 deletions

View File

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