1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 23:07:26 +08:00

Merge pull request #29249 from peppy/scroll-more-mod-overlay

Allow horizontal scrolling on mod select overlay anywhere on the screen
This commit is contained in:
Dan Balasescu 2024-08-02 18:44:47 +09:00 committed by GitHub
commit ad0f1778a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -668,6 +668,8 @@ namespace osu.Game.Overlays.Mods
[Cached]
internal partial class ColumnScrollContainer : OsuScrollContainer<ColumnFlowContainer>
{
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => true;
public ColumnScrollContainer()
: base(Direction.Horizontal)
{