mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 18:02:56 +08:00
formatting
This commit is contained in:
parent
1239670566
commit
ccaf6560ec
@ -34,7 +34,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class SelectionHandler : CompositeDrawable, IKeyBindingHandler<PlatformAction>, IHasContextMenu
|
public class SelectionHandler : CompositeDrawable, IKeyBindingHandler<PlatformAction>, IHasContextMenu
|
||||||
{
|
{
|
||||||
|
|
||||||
public IEnumerable<SelectionBlueprint> SelectedBlueprints => selectedBlueprints;
|
public IEnumerable<SelectionBlueprint> SelectedBlueprints => selectedBlueprints;
|
||||||
private readonly List<SelectionBlueprint> selectedBlueprints;
|
private readonly List<SelectionBlueprint> selectedBlueprints;
|
||||||
|
|
||||||
@ -229,7 +228,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
{
|
{
|
||||||
shiftClickDeleteCheck(blueprint, state);
|
shiftClickDeleteCheck(blueprint, state);
|
||||||
multiSelectionHandler(blueprint, state);
|
multiSelectionHandler(blueprint, state);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void multiSelectionHandler(SelectionBlueprint blueprint, InputState state)
|
private void multiSelectionHandler(SelectionBlueprint blueprint, InputState state)
|
||||||
|
Loading…
Reference in New Issue
Block a user