Set explicit parameter name

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
Erwan MATHIEU 2023-12-05 14:41:15 +01:00 committed by GitHub
parent 68818a525d
commit 9a108dc720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -244,7 +244,7 @@ class GridArrange(Arranger):
bounding_box = node.getBoundingBox()
center_node_z = bounding_box.height / 2
return TranslateOperation(node, Vector(center_grid_x, center_node_z, center_grid_y), True)
return TranslateOperation(node, Vector(center_grid_x, center_node_z, center_grid_y), set_position = True)
def _getGridCornerPoints(
self,