Hell yeah
This commit is contained in:
parent
dac34a46a2
commit
b554c3db06
1 changed files with 2 additions and 1 deletions
|
@ -304,7 +304,7 @@ class StatusIconBox(Gauge):
|
|||
icon = self.icons[typeof]
|
||||
|
||||
if icon.drawable(status):
|
||||
icon.draw(cr, x, y)
|
||||
icon.draw(cr, x, y, status)
|
||||
|
||||
x += self.ICON_WIDTH
|
||||
|
||||
|
@ -323,3 +323,4 @@ class StatusIconBox(Gauge):
|
|||
|
||||
def set(self, status: enum.Enum):
|
||||
self.statuses[type(status)] = status
|
||||
self._redraw = True
|
||||
|
|
Loading…
Add table
Reference in a new issue