PD: Fix ShapeBinder::execute() if Support is empty

This fixes the reported regression: https://forum.freecad.org/viewtopic.php?t=87229
This commit is contained in:
wmayer
2024-05-10 15:06:22 +02:00
committed by wwmayer
parent 35b70acb33
commit 7d738f161a
-3
View File
@@ -128,9 +128,6 @@ App::DocumentObjectExecReturn* ShapeBinder::execute()
this->Placement.setValue(shape.getTransform());
this->Shape.setValue(shape);
}
else {
this->Shape.setValue(shape);
}
}
return Part::Feature::execute();