Explorar el Código

Screen objects

Ander hace 10 años
padre
commit
3b7fd18469
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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,