Skip to content

Commit 29a278f

Browse files
committed
PartGui: fix mirror creation command
1 parent 1cd5256 commit 29a278f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Mod/Part/Gui/Command.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,6 @@ void CmdPartOffset::activated(int iMsg)
15071507
doCommand(Doc,"App.ActiveDocument.%s.Source = App.ActiveDocument.%s" ,offset.c_str(), shape->getNameInDocument());
15081508
doCommand(Doc,"App.ActiveDocument.%s.Value = 1.0",offset.c_str());
15091509
updateActive();
1510-
doCommand(Gui,"Gui.ActiveDocument.%s.DisplayMode = 'Wireframe'", shape->getNameInDocument());
15111510
//if (isActiveObjectValid())
15121511
// doCommand(Gui,"Gui.ActiveDocument.hide(\"%s\")",shape->getNameInDocument());
15131512
doCommand(Gui,"Gui.ActiveDocument.setEdit('%s')",offset.c_str());

0 commit comments

Comments
 (0)