1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 16:51:38 +08:00
Files
osu-lazer/osu.Game/Graphics
T
Bartłomiej Dach 819da1bc38 SongSelectV2: Scroll to selection instantly after a filter
Closes https://github.com/ppy/osu/issues/33379.

Pretty sure this matches song select V1. The two call sites where the
old one does instant scrolls are:

	https://github.com/ppy/osu/blob/30412ba3f2c5b6debb9a0e3b930da6cc156852db/osu.Game/Screens/Select/BeatmapCarousel.cs#L672

which happens just after a filter, and

	https://github.com/ppy/osu/blob/30412ba3f2c5b6debb9a0e3b930da6cc156852db/osu.Game/Screens/Select/BeatmapCarousel.cs#L683

which is a bit more difficult to pin down, but generally appears to
happen on changes to the visible items, which on `SongSelectV2` triggers
a re-filter anyway.
819da1bc38 · 2025-10-24 13:24:47 +02:00
History
..
2023-06-24 01:00:03 +09:00
2025-09-24 19:47:13 +09:00
2023-06-24 01:00:03 +09:00
2023-06-24 01:00:03 +09:00
2025-04-11 20:13:53 +09:00
2023-06-24 01:00:03 +09:00
2024-07-03 00:19:04 +09:00