forward holesSettings to hexHolesRectangle from within rectangularWall
This commit is contained in:
parent
c06b95d2d0
commit
ca1a3575d0
|
@ -1703,7 +1703,7 @@ class Boxes:
|
||||||
if holesMargin is not None:
|
if holesMargin is not None:
|
||||||
self.moveTo(holesMargin,
|
self.moveTo(holesMargin,
|
||||||
holesMargin + edges[0].startwidth())
|
holesMargin + edges[0].startwidth())
|
||||||
self.hexHolesRectangle(x - 2 * holesMargin, y - 2 * holesMargin)
|
self.hexHolesRectangle(x - 2 * holesMargin, y - 2 * holesMargin, settings=holesSettings)
|
||||||
|
|
||||||
self.move(overallwidth, overallheight, move)
|
self.move(overallwidth, overallheight, move)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue