Browse Source

Screen objects

Ander 10 năm trước cách đây
mục cha
commit
3b7fd18469
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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,