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

@@ -1815,7 +1815,7 @@ def drawInsert(insert, num=None, clone=False):
addText(a, attrib=True)
if clone:
if insert.block in blockobjects:
newob = Draft.clone(blockobjects[insert.block])
newob = Draft.make_clone(blockobjects[insert.block])
tsf = FreeCAD.Matrix()
rot = math.radians(insert.rotation)
pos = vec(insert.loc)