mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Optimized screen draw. Only update needed rects
This commit is contained in:
@@ -22,6 +22,9 @@ class LibraryScreen():
|
||||
self.library_strings = None
|
||||
self.lookup_uri(None)
|
||||
|
||||
def get_dirty_area(self):
|
||||
return self.list_view.get_dirty_area()
|
||||
|
||||
def go_inside_directory(self, uri):
|
||||
self.directory_list.append(self.current_directory)
|
||||
self.current_directory = uri
|
||||
|
||||
Reference in New Issue
Block a user