From ffba7dcbe627e7134249ab23b58e9cf73417e55d Mon Sep 17 00:00:00 2001 From: bgbsww <120601209+bgbsww@users.noreply.github.com> Date: Tue, 7 May 2024 10:05:25 -0400 Subject: [PATCH] Fix #13858 Mistaken enabling of known bad code --- src/Mod/Sketcher/App/SketchObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/App/SketchObject.cpp b/src/Mod/Sketcher/App/SketchObject.cpp index 2e6395b906..f58070ef83 100644 --- a/src/Mod/Sketcher/App/SketchObject.cpp +++ b/src/Mod/Sketcher/App/SketchObject.cpp @@ -9557,7 +9557,7 @@ std::pair SketchObject::getElementName( // 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); + return Part2DObject::getElementName(name,type); std::pair ret; if(!name) return ret;