mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Scroll to column when mouse is released rather than pressed
This commit is contained in:
@ -407,7 +407,7 @@ namespace osu.Game.Overlays.Mods
|
||||
this.FadeColour(targetColour, 300, Easing.OutQuint);
|
||||
}
|
||||
|
||||
protected override bool OnMouseDown(MouseDownEvent e)
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
{
|
||||
if (!Active.Value)
|
||||
RequestScroll?.Invoke(this);
|
||||
|
Reference in New Issue
Block a user