Fixed image not updating correctly

This commit is contained in:
Ander
2014-11-14 12:46:52 +01:00
parent 60cb6f4af5
commit e98ec00b60

View File

@@ -191,7 +191,7 @@ class MainScreen():
def track_playback_ended(self, tl_track, time_position):
if self.image is not None:
self.dirty_area.append(self.image.get_rect())
self.dirty_area.append(pygame.Rect(self.base_size / 2, self.base_size + self.base_size / 2, self.image.get_rect().width,self.image.get_rect().height))
self.image = None
# There is no cover so it will use all the screen size for the text