From 68d3ed59f8429797bb47850ce979d996fc10857d Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 9 Apr 2016 20:52:48 +0200 Subject: [PATCH] Add back callback 4 for surroundingWall when the y sides are zero --- boxes/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/boxes/__init__.py b/boxes/__init__.py index 7004a80..b3c2530 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -969,6 +969,7 @@ class Boxes: self.cc(callback, 2, y=bottomwidth+self.burn) bottom(x-2*r) self.edges["X"](2*c4, h+topwidth+bottomwidth) + self.cc(callback, 4, y=bottomwidth+self.burn) else: for i, l in zip(range(4), (y, x, y, 0)): self.edges["X"](c4, h+topwidth+bottomwidth)