Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 537988
Collapse All | Expand All

(-)a/ParaViewCore/ServerManager/Rendering/vtkSMCameraLink.cxx (-1 / +1 lines)
Lines 363-368 void vtkSMCameraLink::LoadState(const vtkSMMessage *msg, vtkSMProxyLocator *loca Link Here
363
void vtkSMCameraLink::UpdateState()
363
void vtkSMCameraLink::UpdateState()
364
{
364
{
365
  this->Superclass::UpdateState();
365
  this->Superclass::UpdateState();
366
  this->State->GetExtension(LinkState::sync_interactive_renders,
366
  this->State->SetExtension(LinkState::sync_interactive_renders,
367
    this->GetSynchronizeInteractiveRenders());
367
    this->GetSynchronizeInteractiveRenders());
368
}
368
}

Return to bug 537988