Parcourir la source

Screen objects

Ander il y a 10 ans
Parent
commit
3b7fd18469
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      mopidy_touchscreen/graphic_utils/screen_objects.py

+ 0 - 1
mopidy_touchscreen/graphic_utils/screen_objects.py

@@ -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,