diff --git a/src/Mod/Part/App/PropertyTopoShape.cpp b/src/Mod/Part/App/PropertyTopoShape.cpp index 9f300dda8c..35ad931031 100644 --- a/src/Mod/Part/App/PropertyTopoShape.cpp +++ b/src/Mod/Part/App/PropertyTopoShape.cpp @@ -79,9 +79,6 @@ void PropertyPartShape::setValue(const TopoShape& sh) _Shape.Hasher = obj->getDocument()->getStringHasher(); _Shape.hashChildMaps(); } - if ( ! _Shape.isNull() && ! _Shape.isValid() ) { - _Shape.fix(); - } } hasSetValue(); _Ver.clear();