#973 Linked views : Update parallel projection settings in linked views

This commit is contained in:
Magne Sjaastad
2016-11-24 14:01:47 +01:00
parent 6adc7eab7c
commit ec3e05e87f
3 changed files with 16 additions and 0 deletions

View File

@@ -569,6 +569,8 @@ void RimViewLinker::updateCamera(RimView* sourceView)
}
}
destinationViewer->updateParallelProjectionSettings(sourceView->viewer());
destinationViewer->update();
}
}