Add PlaylistItemHandle.HandlePositionalInput override

This commit is contained in:
Roman Kapustin
2019-02-01 22:37:27 +03:00
parent 499e06797a
commit 4c866e7940

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;
}
}