1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 20:24:01 +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
Unverified
+2
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;
}
}