mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Text smooth scroll when it doesnt fit
This commit is contained in:
@@ -44,7 +44,7 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
|
||||
clock = pygame.time.Clock()
|
||||
if self.fullscreen:
|
||||
screen = pygame.display.set_mode(self.screen_size,
|
||||
pygame.FULLSCREEN)
|
||||
pygame.FULLSCREEN, pygame.HWSURFACE)
|
||||
else:
|
||||
screen = pygame.display.set_mode(self.screen_size)
|
||||
pygame.mouse.set_visible(self.cursor)
|
||||
|
||||
Reference in New Issue
Block a user