diff --git a/src/Mod/Part/App/Geometry.cpp b/src/Mod/Part/App/Geometry.cpp index adaa0ab3cf..5b0dff299d 100644 --- a/src/Mod/Part/App/Geometry.cpp +++ b/src/Mod/Part/App/Geometry.cpp @@ -316,6 +316,7 @@ void Geometry::setExtension(std::unique_ptr && geo) ext->getName() == geo->getName()){ ext = std::move(geo); hasext = true; + break; } }