]> Creatis software - cpPlugins.git/blobdiff - appli/ImageMPR/ImageMPR.cxx
MPR almost working with multiple images
[cpPlugins.git] / appli / ImageMPR / ImageMPR.cxx
index 24cfd389fe26e4882db063a79f1c76ded0e89b39..f9a7934562c921846f4aea4cc7ba7a3010997c9b 100644 (file)
@@ -211,6 +211,7 @@ _triggered_actionOpenInputImage( )
       if( vtk_id != NULL )
       {
         this->m_MPRObjects->SetImage( vtk_id );
+        this->m_MPRObjects->ActivateInteractors( );
         this->m_MPRObjects->ResetCameras( );
         this->m_MPRObjects->RenderAll( );
       }