minor bug fixes

This commit is contained in:
Anthony Samms
2025-08-19 00:43:02 -04:00
parent dc5a46fec2
commit 2c47c40c44
4 changed files with 7 additions and 4 deletions

View File

@@ -436,7 +436,6 @@ class SongSelectScreen:
if self.navigator.genre_bg is not None and self.state == State.BROWSING:
self.navigator.genre_bg.draw(95)
self.ura_switch_animation.draw()
for item in self.navigator.items:
box = item.box
@@ -448,6 +447,8 @@ class SongSelectScreen:
tex.draw_texture('global', 'footer')
self.ura_switch_animation.draw()
if self.state == State.BROWSING and self.navigator.items != []:
self.navigator.get_current_item().box.draw_score_history()
if self.diff_sort_selector is not None: