forward holesSettings to hexHolesRectangle from within rectangularWall

This commit is contained in:
Marko Luther 2019-07-20 18:26:53 +02:00 committed by Florian Festi
parent c06b95d2d0
commit ca1a3575d0
1 changed files with 1 additions and 1 deletions

View File

@ -1703,7 +1703,7 @@ class Boxes:
if holesMargin is not None:
self.moveTo(holesMargin,
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)