mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Screen objects
This commit is contained in:
@@ -313,7 +313,6 @@ class ScrollBar(TouchObject):
|
||||
self.bar = pygame.Surface((self.size[0], self.bar_size))
|
||||
self.bar.fill((255, 255, 255))
|
||||
|
||||
|
||||
def render(self, surface):
|
||||
surface.blit(self.back_bar, self.pos)
|
||||
surface.blit(self.bar,
|
||||
|
||||
Reference in New Issue
Block a user