1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

Change ModPanel to not handle OnMouseDown to allow drag scrolling in ModColumn

This commit is contained in:
Dean Herbert 2022-02-28 14:32:50 +09:00
parent 774952adda
commit 4a555d067d

View File

@ -193,7 +193,7 @@ namespace osu.Game.Overlays.Mods
mouseDown = true;
UpdateState();
return true;
return false;
}
protected override void OnMouseUp(MouseUpEvent e)