Fix a couple of little issues

This commit is contained in:
wmayer
2012-02-29 11:58:54 +01:00
parent 8e8b8c5768
commit 147263e64c
9 changed files with 685 additions and 39 deletions

View File

@@ -227,7 +227,9 @@ void CmdPartRefineShape::activated(int iMsg)
doCommand(Doc,"App.ActiveDocument.addObject('Part::Feature','%s').Shape="
"App.ActiveDocument.%s.Shape.removeSplitter()\n"
"App.ActiveDocument.ActiveObject.Label="
"App.ActiveDocument.%s.Label\n",
"App.ActiveDocument.%s.Label\n"
"Gui.ActiveDocument.%s.hide()\n",
(*it)->getNameInDocument(),
(*it)->getNameInDocument(),
(*it)->getNameInDocument(),
(*it)->getNameInDocument());