]> SALOME platform Git repositories - modules/visu.git/blobdiff - src/VISU_I/VISU_Prs3d_i.cc
Salome HOME
Merge from BR_WIN_INDUS_514 branch 21/03/2011 (Windows industrialization)
[modules/visu.git] / src / VISU_I / VISU_Prs3d_i.cc
index 2ad74b3289ec4238e1f7ced4e54e8c8a861ab551..b66b023e2509f7041ceef4ec6459c8aa433ffa3c 100644 (file)
@@ -675,6 +675,7 @@ void
 VISU::Prs3d_i
 ::SetOffset(const CORBA::Float* theOffsets)
 {
+  VISU::TSetModified aModified(this);
   myOffset[0] = theOffsets[0];
   myOffset[1] = theOffsets[1];
   myOffset[2] = theOffsets[2];
@@ -688,6 +689,7 @@ VISU::Prs3d_i
            CORBA::Float theDy,
            CORBA::Float theDz)
 {
+  VISU::TSetModified aModified(this);
   myOffset[0] = theDx;
   myOffset[1] = theDy;
   myOffset[2] = theDz;