]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/DataObjects/BoundingBox.cxx
...
[cpPlugins.git] / lib / cpPlugins / DataObjects / BoundingBox.cxx
index c10b8a2453aebcca88bb52a7f48c553e49c62496..6ecf3f224d83c9ad9b2f41a6676875a2e6f5874e 100644 (file)
@@ -82,6 +82,7 @@ Blend( Self* other )
     if( other->m_Points[ 1 ][ d ] > this->m_Points[ 1 ][ d ] )
       this->m_Points[ 1 ][ d ] = other->m_Points[ 1 ][ d ];
   this->Modified( );
+  this->_UpdateVTK( );
 }
 
 // -------------------------------------------------------------------------