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

Merge pull request #4192 from UselessToucan/fix_song_rearranging_in_music_controller_playlist

Add PlaylistItemHandle.HandlePositionalInput override
This commit is contained in:
Dan Balasescu 2019-02-04 17:05:43 +09:00 committed by GitHub
commit ea7b56c8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,6 +169,8 @@ namespace osu.Game.Overlays.Music
Alpha = 0f;
Margin = new MarginPadding { Left = 5, Top = 2 };
}
public override bool HandlePositionalInput => IsPresent;
}
}