Skip to content

Commit

Permalink
fixes #4316: PartWB, "Reverse shapes" command reset position [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed May 15, 2020
1 parent e9baea4 commit 34ebb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Part/App/PartFeatures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ App::DocumentObjectExecReturn* Reverse::execute(void)
TopoDS_Shape myShape = source->Shape.getValue();
if (!myShape.IsNull())
this->Shape.setValue(myShape.Reversed());
this->Placement.setValue(source->Placement.getValue());
return App::DocumentObject::StdReturn;
}
catch (Standard_Failure & e) {
Expand Down

0 comments on commit 34ebb0e

Please sign in to comment.