AngledBox: Fix fingers on top of walls for "angled hole"

This commit is contained in:
Florian Festi 2017-01-08 18:56:05 +01:00
parent 7b5614659a
commit 8514ede2c3
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class AngledBox(Boxes):
self.ctx.restore()
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",
edges="fGfG" if fingers else "fGeG")