]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Visualization/ImageSliceActors.cxx
Actors updated
[cpPlugins.git] / lib / cpExtensions / Visualization / ImageSliceActors.cxx
index 3ac1e5d909afd1530a394419bc724edfb515e999..838cc848535e3e8473a32f80aefe46ab07be4b4d 100644 (file)
@@ -93,6 +93,7 @@ SetInputActor( vtkProp* actor, int orientation )
     dynamic_cast< vtkImageSliceMapper* >( real_actor->GetMapper( ) );
   if( real_mapper == NULL )
     return;
+  this->m_Actor = real_actor;
   this->m_Mapper = real_mapper;
   this->_ConfigureInput( orientation );
 }