Fix error in slot rendering from #77
This commit is contained in:
parent
8301011abd
commit
e12a04fc16
1 changed files with 1 additions and 0 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue