UniversalBox: Fix missing lids for various top_edges

Call got refactored away

Resolves: #121
This commit is contained in:
Florian Festi 2019-02-27 22:55:22 +01:00
parent 2335395f20
commit 8bacd1f766
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class UniversalBox(_TopEdge, _ChestLid):
self.rectangularWall(x+4*t, y+4*t, callback=[
lambda:self.top_hole(x, y, self.top_edge)], move="up")
self.set_source_color(Color.BLACK)
self.drawLid(x, y, self.top_edge, [d2, d3])
self.drawAddOnLid(x, y, self.lid)
self.rectangularWall(x, h, [b, "F", t3, "F"],