mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +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);
|
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);
|
||||||
|
Reference in New Issue
Block a user