mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 13:42:56 +08:00
allow alt scroll for volume in editor
This commit is contained in:
parent
5da8bb5bec
commit
f36321a8ea
@ -675,7 +675,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
|
|
||||||
protected override bool OnScroll(ScrollEvent e)
|
protected override bool OnScroll(ScrollEvent e)
|
||||||
{
|
{
|
||||||
if (e.ControlPressed || e.SuperPressed)
|
if (e.ControlPressed || e.AltPressed || e.SuperPressed)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
const double precision = 1;
|
const double precision = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user