Sketcher: Symmetry fix #13164

This commit is contained in:
PaddleStroke
2024-03-26 17:27:57 +01:00
committed by Chris Hennes
parent 64054d13c4
commit c26f52c4e4
2 changed files with 3 additions and 2 deletions

View File

@@ -4490,7 +4490,6 @@ std::vector<Part::Geometry*> SketchObject::getSymmetric(const std::vector<int>&
if (refIsLine) {
const Part::Geometry* georef = getGeometry(refGeoId);
if (!georef->is<Part::GeomLineSegment>()) {
Base::Console().Error("Reference for symmetric is neither a point nor a line.\n");
return {};
}