summaryrefslogtreecommitdiff
path: root/wasp/widgets.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-04 21:57:50 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-04 21:57:50 (GMT)
commitd62e6a22c7d37715553c6ce25dfdc483e93820ac (patch)
tree726c793e69f10d4592482a168f52477d88fb5c68 /wasp/widgets.py
parenta6b0ce49e1f54e7b075fb846896a4a12e06d5776 (diff)
Fix symbol lookup error (knob2)
Diffstat (limited to 'wasp/widgets.py')
-rw-r--r--wasp/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/widgets.py b/wasp/widgets.py
index 97410b0..5d8cc9a 100644
--- a/wasp/widgets.py
+++ b/wasp/widgets.py
@@ -132,7 +132,7 @@ class Slider():
light = self._lowlight
knob_x = x + ((_SLIDER_TRACK * self.value) // (self._steps-1))
- draw.blit(icons.knob2, knob_x, y, color)
+ draw.blit(icons.knob, knob_x, y, color)
w = knob_x - x
if w > 0: