Fix open door display
This commit is contained in:
parent
39eba9b6f5
commit
ea8a29da5f
|
@ -52,8 +52,8 @@ class GarageDisplay:
|
|||
self.symbolDisplay.displaySquare(
|
||||
x=column,
|
||||
y=self.topRow,
|
||||
outlineColor=self.closedOutlineColor,
|
||||
fillColor=self.closedFillColor
|
||||
outlineColor=self.openOutlineColor,
|
||||
fillColor=self.openFillColor
|
||||
)
|
||||
|
||||
def showClosedDoor(self, column):
|
||||
|
|
Loading…
Reference in New Issue