diff --git a/src/Mod/Sketcher/App/SketchObject.cpp b/src/Mod/Sketcher/App/SketchObject.cpp index 5a7931e05d..867f0eb947 100644 --- a/src/Mod/Sketcher/App/SketchObject.cpp +++ b/src/Mod/Sketcher/App/SketchObject.cpp @@ -9524,6 +9524,11 @@ void SketchObject::setExpression(const App::ObjectIdentifier& path, std::pair SketchObject::getElementName( const char *name, ElementNameType type) const { + // Todo: Toponaming Project March 2024: This method override breaks the sketcher - selection and deletion + // of constraints ceases to work. See #13169. We need to prove that this works before + // enabling it. For now, bypass it. + return Part2DObject::getElementName(name,type); + std::pair ret; if(!name) return ret;