mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 07:22:55 +08:00
Fix now playing playlist not highlighting selected item on initial open
This commit is contained in:
parent
b6f8078690
commit
eaef5ff2a3
@ -75,7 +75,7 @@ namespace osu.Game.Overlays.Music
|
|||||||
|
|
||||||
selected = newSelected;
|
selected = newSelected;
|
||||||
updateSelectionState(false);
|
updateSelectionState(false);
|
||||||
});
|
}, true);
|
||||||
|
|
||||||
updateSelectionState(true);
|
updateSelectionState(true);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user