Merge branch 'master' into editor-song-end

This commit is contained in:
Dean Herbert
2020-03-25 13:19:21 +09:00
committed by GitHub
252 changed files with 5918 additions and 3395 deletions

View File

@ -279,6 +279,11 @@ namespace osu.Game.Screens.Edit.Compose.Components
handleMouseInput(e.ScreenSpaceMousePosition);
}
protected override void OnDragEnd(DragEndEvent e)
{
handleMouseInput(e.ScreenSpaceMousePosition);
}
private void handleMouseInput(Vector2 screenSpaceMousePosition)
{
// copied from SliderBar so we can do custom spacing logic.