]> Creatis software - clitk.git/commitdiff
Propagate new parameters after hitting r
authorsrit <srit>
Thu, 3 Mar 2011 14:51:18 +0000 (14:51 +0000)
committersrit <srit>
Thu, 3 Mar 2011 14:51:18 +0000 (14:51 +0000)
vv/vvSlicerManagerCommand.cxx

index b6fdad145815f7c734eedcaa0f927fb3271b0d7c..4122a75fd6f6d5686f988b0b91eeba73d96c7852 100644 (file)
@@ -204,6 +204,7 @@ void vvSlicerManagerCommand::Execute(vtkObject *caller,
         if (KeyPress == "r" || KeyPress=="R") {
           this->SM->GetSlicer(VisibleInWindow)->ResetCamera();
           this->SM->GetSlicer(VisibleInWindow)->Render();
+          this->SM->UpdateLinkedNavigation( this->SM->GetSlicer(VisibleInWindow) );
           return;
         }
         if (KeyPress == "g") {