Fix MagazineFile for e as top_edge
This commit is contained in:
parent
af8a30287e
commit
b864cfcd56
|
@ -79,7 +79,7 @@ class MagazinFile(Boxes):
|
|||
|
||||
|
||||
with self.saved_context():
|
||||
self.rectangularWall(x, h, "Ff"+t2+"f", move="up")
|
||||
self.rectangularWall(x, h, ["F", "f", t2, "f"], move="up")
|
||||
self.rectangularWall(x, hi, "Ffef", move="up")
|
||||
self.rectangularWall(x, y, "ffff")
|
||||
|
||||
|
|
Loading…
Reference in New Issue