Draft: Housekeeping: call 'make' functions with new name (3)

This commit is contained in:
Roy
2022-02-13 11:01:15 +01:00
parent 2a79ce4bdc
commit effd40ec99
14 changed files with 30 additions and 30 deletions

View File

@@ -135,7 +135,7 @@ class Point(gui_base_original.Creator):
_cmd_list))
else:
# Insert a Draft point
_cmd = 'Draft.makePoint'
_cmd = 'Draft.make_point'
_cmd += '('
_cmd += str(self.stack[0][0]) + ', '
_cmd += str(self.stack[0][1]) + ', '