mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Remove screen updated zones (Was not in use)
This commit is contained in:
@@ -54,7 +54,7 @@ class MenuScreen(BaseScreen):
|
||||
(0, self.base_size * 3), None)
|
||||
self.screen_objects.set_touch_object("ip", button)
|
||||
|
||||
def update(self, screen, update_all):
|
||||
def update(self, screen):
|
||||
self.screen_objects.render(screen)
|
||||
|
||||
def touch_event(self, event):
|
||||
|
||||
Reference in New Issue
Block a user