X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FDataObjects%2FBoundingBox.cxx;h=6ecf3f224d83c9ad9b2f41a6676875a2e6f5874e;hb=db0a767418f78b371c1e4fb0db00e6b75df74ff3;hp=c10b8a2453aebcca88bb52a7f48c553e49c62496;hpb=49d2d7db538d60008b9a5701ea8f26bb19997a82;p=cpPlugins.git diff --git a/lib/cpPlugins/DataObjects/BoundingBox.cxx b/lib/cpPlugins/DataObjects/BoundingBox.cxx index c10b8a2..6ecf3f2 100644 --- a/lib/cpPlugins/DataObjects/BoundingBox.cxx +++ b/lib/cpPlugins/DataObjects/BoundingBox.cxx @@ -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( ); } // -------------------------------------------------------------------------