Draft: Housekeeping: call 'make' functions with new name, continued

This commit is contained in:
Roy
2022-02-11 17:21:53 +01:00
committed by Uwe
parent 6718d8797e
commit acfdfb9c2d
10 changed files with 25 additions and 25 deletions

View File

@@ -93,7 +93,7 @@ class Clone(gui_base_original.Modifier):
n = 0
for obj in Gui.Selection.getSelection():
if obj not in nonRepeatList:
_cmd = "Draft.clone"
_cmd = "Draft.make_clone"
_cmd += "("
_cmd += "FreeCAD.ActiveDocument."
_cmd += 'getObject("' + obj.Name + '")'