mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Scroll to column when mouse is released rather than pressed
This commit is contained in:
parent
b0d6e16658
commit
13a36f2e51
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user