Draft housekeeping: gui_rectangles.py should use make_rectangle

This commit is contained in:
Roy-043
2021-10-06 17:54:30 +02:00
committed by GitHub
parent b5c012a301
commit b6565da274

View File

@@ -125,7 +125,7 @@ class Rectangle(gui_base_original.Creator):
self.commit(translate("draft", "Create Plane"),
_cmd_list)
else:
_cmd = 'Draft.makeRectangle'
_cmd = 'Draft.make_rectangle'
_cmd += '('
_cmd += 'length=' + str(length) + ', '
_cmd += 'height=' + str(height) + ', '