AngledBox: Fix fingers on top of walls for "angled hole"
This commit is contained in:
parent
7b5614659a
commit
8514ede2c3
|
@ -115,7 +115,7 @@ class AngledBox(Boxes):
|
||||||
self.ctx.restore()
|
self.ctx.restore()
|
||||||
self.floor(x, y , n, edge='F', move="up only")
|
self.floor(x, y , n, edge='F', move="up only")
|
||||||
|
|
||||||
fingers = self.top in ("angled lid2")
|
fingers = self.top in ("angled lid2", "angled hole")
|
||||||
|
|
||||||
self.rectangularWall(lx, h, move="right",
|
self.rectangularWall(lx, h, move="right",
|
||||||
edges="fGfG" if fingers else "fGeG")
|
edges="fGfG" if fingers else "fGeG")
|
||||||
|
|
Loading…
Reference in New Issue