Fix error in slot rendering from #77

This commit is contained in:
Hamilton Kibbe 2017-11-01 16:09:06 -04:00
parent 8301011abd
commit e12a04fc16

View file

@ -1666,6 +1666,7 @@ class Slot(Primitive):
def flashed(self):
return False
@property
def bounding_box(self):
if self._bounding_box is None:
ll = tuple([c - self.diameter / 2. for c in self.position])