mirror of
https://github.com/osukey/osukey.git
synced 2025-05-06 06:07:26 +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);
|
this.FadeColour(targetColour, 300, Easing.OutQuint);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnMouseDown(MouseDownEvent e)
|
protected override bool OnClick(ClickEvent e)
|
||||||
{
|
{
|
||||||
if (!Active.Value)
|
if (!Active.Value)
|
||||||
RequestScroll?.Invoke(this);
|
RequestScroll?.Invoke(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user