0029604: Uniform mechanism providing History of shape's modifications for OCCT algori...
[occt.git] / src / BRepTools / BRepTools_History.cxx
index 8ad7a59..23867a6 100644 (file)
@@ -302,6 +302,7 @@ void BRepTools_History::Merge(const BRepTools_History& theHistory23)
 
           TopTools_ListOfShape aM2 = aMIt2.Value();
           ((*aS1ToGAndM[aI])(aS2)).Append(aM2);
+          myRemoved.Remove(aS2);
         }
       }
     }