mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 20:57:28 +09: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…
x
Reference in New Issue
Block a user