Explorar o código

Screen objects

Ander %!s(int64=10) %!d(string=hai) anos
pai
achega
3b7fd18469
Modificáronse 1 ficheiros con 0 adicións e 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,