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 11:05:44 +02:00
committed by wwmayer
parent 35b70acb33
commit 7d738f161a

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();