mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 03:17:45 +08:00
Merge pull request #4192 from UselessToucan/fix_song_rearranging_in_music_controller_playlist
Add PlaylistItemHandle.HandlePositionalInput override
This commit is contained in:
commit
ea7b56c8b1
@ -169,6 +169,8 @@ namespace osu.Game.Overlays.Music
|
||||
Alpha = 0f;
|
||||
Margin = new MarginPadding { Left = 5, Top = 2 };
|
||||
}
|
||||
|
||||
public override bool HandlePositionalInput => IsPresent;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user