1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +08:00

Merge pull request #3664 from peppy/fix-scroll-handling

Fix placement masks handling scroll events
This commit is contained in:
Dan Balasescu 2018-10-31 17:38:18 +09:00 committed by GitHub
commit 4c358a3d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,8 @@ namespace osu.Game.Rulesets.Edit
switch (e)
{
case ScrollEvent _:
return false;
case MouseEvent _:
return true;
default: