1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 20:44:48 +08:00
Files
osu-lazer/osu.Game/Screens/SelectV2
T
Bartłomiej Dach e61ae7ab8a Fix single filtered selection not being reselected after being filtered away
Closes https://github.com/ppy/osu/issues/35003.

Bit dodgy to use `CurrentSelectionItem` for this. Ideally I would use
the global `Beatmap.IsDefault`, but I kind of don't want to violate the
rule that `BeatmapCarousel` shouldn't have direct access to the global
beatmap. And this seems to work, so... maybe fine to use until it
doesn't?
e61ae7ab8a · 2025-10-27 11:13:48 +01:00
History
..
2025-10-13 10:19:19 +02:00
2025-10-24 12:11:38 +02:00