diff --git a/src/Mod/Part/Gui/Command.cpp b/src/Mod/Part/Gui/Command.cpp index c86e33262..4d61b79c4 100644 --- a/src/Mod/Part/Gui/Command.cpp +++ b/src/Mod/Part/Gui/Command.cpp @@ -673,7 +673,7 @@ void CmdPartReverseShape::activated(int iMsg) const TopoDS_Shape& shape = static_cast(*it)->Shape.getValue(); if (!shape.IsNull()) { QString str = QString::fromAscii( - "__s__=App.ActiveDocument.%1.Shape\n" + "__s__=App.ActiveDocument.%1.Shape.copy()\n" "__s__.reverse()\n" "__o__=App.ActiveDocument.addObject(\"Part::Feature\",\"%1_rev\")\n" "__o__.Label=\"%2 (Rev)\"\n"