Salome HOME
Fix the crashes on new modification history storage, reproducable on Bug2569_shaper9...
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Rotation.cpp
index d87346d1aee1e44fc6092ae7df22eb564980d201..f9a11c5c6ac156b1a8c39dbcb62485c48c0836a5 100755 (executable)
@@ -163,6 +163,7 @@ void FeaturesPlugin_Rotation::performTranslationByAxisAndAngle()
       }
 
       ResultBodyPtr aResultBody = document()->createBody(data(), aResultIndex);
+      aResultBody->storeModified(aBaseShape, aRotationAlgo->shape());
       FeaturesPlugin_Tools::loadModifiedShapes(aResultBody, aBaseShape, aRotationAlgo, "Rotated");
       setResult(aResultBody, aResultIndex);
     }