Scrollbar in listview working

This commit is contained in:
9and3r
2014-07-25 13:53:59 +02:00
parent 4d1420a15c
commit 33d0ac145f
5 changed files with 189 additions and 60 deletions

View File

@@ -82,7 +82,7 @@ class ScreenManager():
logger.error(self.core.tracklist.random)
self.core.tracklist.random = not self.core.tracklist.random
#self.backend.tell({'action':'random','value':random})
self.screens[0].touch_event(touch_event)
self.screens[self.current_screen].touch_event(touch_event)
def volume_changed(self, volume):
self.screen_objects_manager.get_touch_object("volume").set_value(volume)